MapShapeBase::StrokeLineJoin Property

Bing
 

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)

public:
property PenLineJoin StrokeLineJoin {
	PenLineJoin get();
	void set(PenLineJoin value);
}

Property Value

Type: System.Windows.Media::PenLineJoin

Returns PenLineJoin.

Return to top
Show: