MapShapeBase.StrokeLineJoin Property

 

Gets or sets the StrokeLineJoin value for the shape.

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

Syntax

public PenLineJoin StrokeLineJoin { get; set; }
public:
property PenLineJoin StrokeLineJoin {
    PenLineJoin get();
    void set(PenLineJoin value);
}
member StrokeLineJoin : PenLineJoin with get, set
Public Property StrokeLineJoin As PenLineJoin

Property Value

Type: System.Windows.Media.PenLineJoin

Returns PenLineJoin.

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top