ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewLine Class / StrokeThickness Property



In This Topic
    StrokeThickness Property (C1TreeViewLine)
    In This Topic
    Gets or sets the thickness of the connecting lines.
    Syntax
    'Declaration
     
    
    Public Property StrokeThickness As Double
    'Usage
     
    
    Dim instance As C1TreeViewLine
    Dim value As Double
     
    instance.StrokeThickness = value
     
    value = instance.StrokeThickness
    public double StrokeThickness {get; set;}
    public:
    property double StrokeThickness {
       double get();
       void set (    double value);
    }
    See Also