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