Gets or sets the column appearance in pressed state.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public Appearance ColumnPressed { get; set; } |
| Visual Basic |
|---|
Public Property ColumnPressed As Appearance
Get
Set |
| Visual C++ |
|---|
public:
property Appearance^ ColumnPressed {
Appearance^ get ();
void set (Appearance^ value);
} |
| F# |
|---|
member ColumnPressed : Appearance with get, set
|
Property Value
Type:
AppearanceThe column appearance in pressed state.
See Also