Share via


MapShapeBase.StrokeEndLineCap Property

 

Gets or sets the StrokeEndLineCap value for the shape.

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

Syntax

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

Property Value

Type: System.Windows.Media.PenLineCap

Returns PenLineCap.

See Also

MapShapeBase Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top