Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPolyline Class / StrokeDashArray Property

In This Topic
    StrokeDashArray Property (VectorPolyline)
    In This Topic
    Gets or sets the stroke dash array.
    Syntax
    'Declaration
     
    
    Public Property StrokeDashArray As DoubleCollection
    public DoubleCollection StrokeDashArray {get; set;}
    See Also