Gets or sets the color of the spaces between the hatch lines drawn by this
AnnHatchBrush object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property BackColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnHatchBrush
Dim value As Color
instance.BackColor = value
value = instance.BackColor
|
C# | |
---|
public virtual Color BackColor {get; set;} |
Return Value
A
Color structure that represents the color of the spaces between the hatch lines drawn by this
AnnHatchBrush object.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also