Brush.Color Property
Gets or sets the color of the Brush.
Thread safety: This property is not thread-safe.
Syntax
public System.Drawing.Color Color { get; set; }
Property Value
Type: System.Drawing.Color
Default: Black, R: 0 G: 0 B: 0
The color of the brush.
Default: Black, R: 0 G: 0 B: 0
The color of the brush.
Platforms
Windows, Linux, Android