Search
LayerListView.DisplayText Property
See Also
 





Gets or sets a value indicating whether to paint the text of items in the overview.

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

 Syntax

C#  Copy Code

public bool DisplayText { get; set; }

Visual Basic  Copy Code

Public Property DisplayText As Boolean

 Property Value

true to display the text of items; otherwise, false. The default is false.

 See Also