BackgroundColor Property (PatternBrush)
In This Topic
Gets or sets the background color of the pattern.
Syntax
'Declaration
Public Property BackgroundColor As Color
public Color BackgroundColor {get; set;}
Property Value
A
System.Drawing.Color structure that indicates the background color of the pattern.
See Also