Gets or sets the color of the button.

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

Syntax

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

Property Value

Type: Color
The color.

See Also