Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / LineDashArray Property

In This Topic
    LineDashArray Property (C1TreeView)
    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
    public DoubleCollection LineDashArray {get; set;}
    See Also