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

In This Topic
    LineStroke Property (C1TreeView)
    In This Topic
    Gets or sets the brush used to paint the connecting lines.
    Syntax
    'Declaration
     
    
    Public Property LineStroke As Brush
    public Brush LineStroke {get; set;}
    See Also