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