Color Property (SolidBrush)
In This Topic
Gets or sets the color of this SolidBrush object.
Syntax
'Declaration
Public Property Color As Color
public Color Color {get; set;}
Property Value
A
SolidBrush.Color structure that represents the color of this
SolidBrush object.
See Also