Search
Overview.DisplayImages Property
See Also
 





Gets or sets a value indicating whether to paint node images in the overview control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 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; otherwise, false. The default is true.

 See Also