ComponentOne FinancialChart for WPF
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 Style
'Usage
 
Dim instance As C1TreeViewLinePanel
Dim value As Style
 
instance.LineStyle = value
 
value = instance.LineStyle
public Style LineStyle {get; set;}
public:
property Style^ LineStyle {
   Style^ get();
   void set (    Style^ value);
}
See Also

Reference

C1TreeViewLinePanel Class
C1TreeViewLinePanel Members