Gets or sets an appearance of the button in the normal state.

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

Syntax

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

Property Value

Type: Appearance
The appearance of the button in the normal state.

See Also