Search
Overview.DisplayBackground Property
See Also
 





Gets or sets a value indicating whether to paint the diagram background with the diagram's BackBrush.

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

 Syntax

C#  Copy Code

public bool DisplayBackground { get; set; }

Visual Basic  Copy Code

Public Property DisplayBackground As Boolean

 Property Value

true to fill diagram area with BackBrush; otherwise, false. The default is true.

 Remarks

Only the area of the Overview corresponding to diagram's Bounds is painted with BackBrush. The area outside that rectangle is filled with Overview's BackColor.

 See Also