Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeViewLine Class / Stroke Property

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