ASP.NET Pack Programmer's Guide
TreeViewNode.ShowLines Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: 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

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming Namespace