ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeView Class / ShowLines Property



In This Topic
    ShowLines Property
    In This Topic
    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