ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    public System.bool ShowLines {get; set;}
    See Also