Search
Overview.DisplayImages Property
See Also
 





Gets or sets a value indicating whether images are displayed in the overview.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 (e.g. Image property of ShapeNode), or false otherwise. The default is true.

 See Also