StandardTool.FillColor Property
Gets or sets the color used for filling the selection rectangle.
Syntax
public System.Drawing.Color FillColor { get; set; }
Property Value
Default: R: 255 G: 255 B: 255 A: 40
A System.Drawing.Color value indicating the new fill color.
Remarks
To disable filling the rectangle, set this property to a fully transparent color.
Platforms
Windows, Linux, Android