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
C#
![]() |
---|
public bool DisplayBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property DisplayBackground As Boolean |
true to fill diagram area with BackBrush; otherwise, false. The default is true.
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.