OverviewTool.FillColor Property
Gets or sets the color used to draw the interior 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 FillColor { get; set; }
Property Value
Type: System.Drawing.Color
Default: R: 255 G: 255 B: 255 A: 96
A System.Drawing.Color value representing the fill color.
Default: R: 255 G: 255 B: 255 A: 96
A System.Drawing.Color value representing the fill color.
Platforms
Windows, Linux, Android