ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewLinePanel Class / LineStyle Property

In This Topic
    LineStyle Property
    In This Topic
    Gets or sets a Style of the lines in C1TreeViewLinePanel .
    Syntax
    'Declaration
     
    Public Property LineStyle As Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style LineStyle {get; set;}
    See Also