Gets the appearance to be applied to dapfor controls.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
Grid..::..ThemeAppearance Appearance { get; } |
Visual Basic |
---|
ReadOnly Property Appearance As Grid..::..ThemeAppearance
Get |
Visual C++ |
---|
property Grid..::..ThemeAppearance^ Appearance {
Grid..::..ThemeAppearance^ get ();
} |
F# |
---|
abstract Appearance : Grid..::..ThemeAppearance with get
|
Property Value
Type:
Grid..::..ThemeAppearanceThe appearance.
See Also