| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ControlElement As ControlUIElementBase | |
| C# | |
|---|---|
public ControlUIElementBase ControlElement {get;} | |
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; | |
