ComponentOne Basic Library for WPF and Silverlight
LineStyle Property (C1TreeViewLinePanel)


C1.WPF Namespace > C1TreeViewLinePanel Class : LineStyle Property
Gets or sets a Style of the lines in C1TreeViewLinePanel .
Syntax
'Declaration
 
Public Property LineStyle As System.Windows.Style
'Usage
 
Dim instance As C1TreeViewLinePanel
Dim value As System.Windows.Style
 
instance.LineStyle = value
 
value = instance.LineStyle
public System.Windows.Style LineStyle {get; set;}
See Also

Reference

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members