ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewLinePanel Class / LineStyle Property



In This Topic
    LineStyle Property (C1TreeViewLinePanel)
    In This Topic
    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