MapShapeBase::Stroke Property

Bing
 

Gets or sets the stroke color of the shape.

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

public:
property Brush^ Stroke {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

Returns Brush.

??? slsnip_shapes_xaml

Return to top
Show: