Gets or sets the background color or the beginning background color of the linear gradient.

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

Syntax

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

Property Value

Type: Color
The background color.

Remarks

If GradientEnabled is false, then this value indicates a background color of the UI element. Otherwise, this value means the beginning color of the linear gradient.

See Also