ComponentOne Basic Library for WPF and Silverlight
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 System.Double
'Usage
 
Dim instance As C1TreeViewLinePanel
Dim value As System.Double
 
instance.LineThickness = value
 
value = instance.LineThickness
public System.double LineThickness {get; set;}
See Also

Reference

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members