Gets or sets the appearance.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Appearance Appearance { get; set; }
Visual Basic
Public Property Appearance As Appearance
	Get
	Set
Visual C++
public:
property Appearance^ Appearance {
	Appearance^ get ();
	void set (Appearance^ value);
}
F#
member Appearance : Appearance with get, set

Property Value

Type: Appearance
The appearance.

See Also