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



In This Topic
    LineDashArray Property (C1TreeViewLinePanel)
    In This Topic
    Gets or sets a Collection of System.Double values that indicates the pattern of dashes and gaps that is used to the connecting lines.
    Syntax
    'Declaration
     
    
    Public Property LineDashArray As DoubleCollection
    'Usage
     
    
    Dim instance As C1TreeViewLinePanel
    Dim value As DoubleCollection
     
    instance.LineDashArray = value
     
    value = instance.LineDashArray
    public DoubleCollection LineDashArray {get; set;}
    public:
    property DoubleCollection^ LineDashArray {
       DoubleCollection^ get();
       void set (    DoubleCollection^ value);
    }
    See Also