ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewLinePanel Class / LineThickness Property



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