MapShapeBase::StrokeDashCap Property

Bing
 

Gets or sets the StrokeDashCap value for the shape.

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

public:
property PenLineCap StrokeDashCap {
	PenLineCap get();
	void set(PenLineCap value);
}

Property Value

Type: System.Windows.Media::PenLineCap

Returns PenLineCap.

Return to top
Show: