Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeView Class / ShowLines Property

In This Topic
    ShowLines Property (C1TreeView)
    In This Topic
    Gets or sets a value that indicates whether the connecting lines are visible.
    Syntax
    'Declaration
     
    
    Public Property ShowLines As Boolean
    public bool ShowLines {get; set;}
    See Also