Search
Overview.DisplayText Property
See Also
 





Gets or sets a value indicating whether text is displayed in the overview.

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

 Syntax

C#  Copy Code

public bool DisplayText { get; set; }

Visual Basic  Copy Code

Public Property DisplayText As Boolean

 Property Value

true to paint text, or false otherwise. The default is true.

 See Also