MapShapeBase.StrokeThickness Property

 

Gets or sets the StrokeThickness value for the shape.

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

Syntax

public double StrokeThickness { get; set; }
public:
property double StrokeThickness {
    double get();
    void set(double value);
}
member StrokeThickness : float with get, set
Public Property StrokeThickness As Double

Property Value

Type: System.Double

Returns Double.

Remarks

??? slsnip_shapes_xaml

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top