Gets or sets the color of the spaces between the hatch lines drawn by this
AnnHatchBrush object.
public virtual Color BackColor {get; set;}
'Declaration
Public Overridable Property BackColor As Color
'Usage
Dim instance As AnnHatchBrush
Dim value As Color
instance.BackColor = value
value = instance.BackColor
public:
virtual property Color BackColor {
Color get();
void set ( Color value);
}
Property Value
A
System.Drawing.Color structure that represents the color of the spaces between the hatch lines drawn by this
AnnHatchBrush object.