Search
Overview.BackColor Property
See Also
 





Gets or sets the background color of the overview control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public override Color BackColor { get; set; }

Visual Basic  Copy Code

Public Overrides Property BackColor As Color

 Property Value

A .NET Color structure representing the background color. The default is SystemColors.Control.

 Remarks

The area of the Overview window corresponding to the diagram's Bounds is painted with the diagram's BackBrush. Everything outside the diagram rectangle is filled with this color.

 See Also