ComponentOne FinancialChart for WPF
LineThickness Property (C1TreeViewLinePanel)



C1.WPF Namespace > C1TreeViewLinePanel Class : LineThickness Property
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

Reference

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members