Gets the appearance.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public virtual Grid..::..ThemeAppearance Appearance { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property Appearance As Grid..::..ThemeAppearance
Get |
| Visual C++ |
|---|
public:
virtual property Grid..::..ThemeAppearance^ Appearance {
Grid..::..ThemeAppearance^ get ();
} |
| F# |
|---|
abstract Appearance : Grid..::..ThemeAppearance with get
override Appearance : Grid..::..ThemeAppearance with get |
Property Value
Type:
Grid..::..ThemeAppearanceThe appearance.
Implements
IGridRenderer..::..Appearance
See Also