| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property BorderStyle As UIElementBorderStyle | |
| C# | |
|---|---|
public virtual UIElementBorderStyle BorderStyle {get; set;} | |
This sample demonstrates BorderStyle in use with the ControlElement and IsFlatModeProperty. If the ControlElement is in flat mode, we draw a simple solid border, otherwise we draw raised.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
