[This is preliminary documentation and is subject to change.]
Defines background hatch 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 BGHatchColor { get; set; }
public Color BGHatchColor { get; set; }
Public Property BGHatchColor As Color
Get
Set
Public Property BGHatchColor As Color
Get
Set
public:
property Color BGHatchColor {
Color get ();
void set (Color value);
}
public:
property Color BGHatchColor {
Color get ();
void set (Color value);
}
member BGHatchColor : Color with get, set
member BGHatchColor : Color with get, set
Property Value
Type:
Color