MapShapeBase.StrokeDashArray Property

 

Gets or sets the StrokeDashArray value of the shape.

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public DoubleCollection StrokeDashArray { get; set; }
public:
property DoubleCollection^ StrokeDashArray {
    DoubleCollection^ get();
    void set(DoubleCollection^ value);
}
member StrokeDashArray : DoubleCollection with get, set
Public Property StrokeDashArray As DoubleCollection

Property Value

Type: System.Windows.Media.DoubleCollection

Returns DoubleCollection.

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top