ComponentOne Basic Library for WPF and Silverlight
ShowLines Property (C1TreeView)


C1.Silverlight Namespace > C1TreeView Class : ShowLines Property
Gets or sets a value that indicates whether the connecting lines are visible.
Syntax
'Declaration
 
Public Property ShowLines As System.Boolean
'Usage
 
Dim instance As C1TreeView
Dim value As System.Boolean
 
instance.ShowLines = value
 
value = instance.ShowLines
public System.bool ShowLines {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members