OverviewTool.OutlineColor Property
Gets or sets the color used to draw the outline of the rectangle or sector shown in the overview.
Thread safety: This property is not thread-safe and it should only be accessed from the GUI thread. Show
Syntax
public System.Drawing.Color OutlineColor { get; set; }
Property Value
Type: System.Drawing.Color
Default: R: 0 G: 0 B: 0 A: 127
A System.Drawing.Color value representing the outline color.
Default: R: 0 G: 0 B: 0 A: 127
A System.Drawing.Color value representing the outline color.
Platforms
Windows, Linux, Android