ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1TreeViewLine Class / StrokeDashArray Property



In This Topic
    StrokeDashArray Property (C1TreeViewLine)
    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 StrokeDashArray As DoubleCollection
    'Usage
     
    
    Dim instance As C1TreeViewLine
    Dim value As DoubleCollection
     
    instance.StrokeDashArray = value
     
    value = instance.StrokeDashArray
    public DoubleCollection StrokeDashArray {get; set;}
    public:
    property DoubleCollection^ StrokeDashArray {
       DoubleCollection^ get();
       void set (    DoubleCollection^ value);
    }
    See Also