Search
TreeViewNode.ShowLines Property
See Also
 





Gets or sets whether to display lines connecting child items to parent items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool ShowLines { get; set; }

Visual Basic  Copy Code

Public Property ShowLines As Boolean

 Property Value

true to draw connecting lines, or false otherwise. The default value is true.

 See Also