[This is preliminary documentation and is subject to change.]
Defines background color. Call corresponding Clear method to delete attribute in this instance
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public Color BGColor { get; set; }
public Color BGColor { get; set; }
Public Property BGColor As Color
Get
Set
Public Property BGColor As Color
Get
Set
public:
property Color BGColor {
Color get ();
void set (Color value);
}
public:
property Color BGColor {
Color get ();
void set (Color value);
}
member BGColor : Color with get, set
member BGColor : Color with get, set
Property Value
Type:
Color