Search
Overview.DisplayBackgroundImage Property
See Also
 





Gets or sets whether to paint diagram's BackgroundImage in the overview control.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public bool DisplayBackgroundImage { get; set; }

Visual Basic  Copy Code

Public Property DisplayBackgroundImage As Boolean

 Property Value

true to paint the BackgroundImage, or false otherwise. The default is true.

 See Also