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