ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1TreeViewLine
    Dim value As Brush
     
    instance.Stroke = value
     
    value = instance.Stroke
    public Brush Stroke {get; set;}
    public:
    property Brush^ Stroke {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also