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


C1.WPF Namespace > C1TreeViewLinePanel Class : LineStroke Property
Gets or sets the brush used to paint the connecting lines.
Syntax
'Declaration
 
Public Property LineStroke As System.Windows.Media.Brush
'Usage
 
Dim instance As C1TreeViewLinePanel
Dim value As System.Windows.Media.Brush
 
instance.LineStroke = value
 
value = instance.LineStroke
public System.Windows.Media.Brush LineStroke {get; set;}
See Also

Reference

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members