Search
Overview.DisplayImages Property
See Also
 





Gets or sets whether to paint node Images in the overview control.

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

 Syntax

C#  Copy Code

public bool DisplayImages { get; set; }

Visual Basic  Copy Code

Public Property DisplayImages As Boolean

 Property Value

true to paint node images, or false otherwise. The default is true.

 See Also