Gets or sets a value indicating whether to paint the diagram background with the diagram's BackBrush.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool DisplayBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DisplayBackground As Boolean |
true to fill diagram area with BackBrush, or false otherwise. The default is true.
RemarksOnly 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