ComponentOne FinancialChart for WPF
ShowLines Property



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

Reference

C1TreeView Class
C1TreeView Members