ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / C1VectorItemBase Class / StrokeDashArray Property

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