MapShapeBase.StrokeDashOffset Property
Gets or sets the StrokeDashOffset value for the shape.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public double StrokeDashOffset { get; set; }
public:
property double StrokeDashOffset {
double get();
void set(double value);
}
member StrokeDashOffset : float with get, set
Public Property StrokeDashOffset As Double
Property Value
Type: System.Double
Returns Double.
See Also
MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top