MapPolygon::FillRule Property

Bing
 

Gets or sets the fill rule for the polygon.

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

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

Property Value

Type: System.Windows.Media::FillRule

Returns FillRule.

Return to top
Show: