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

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