Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the fill rule for the polygon.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public FillRule FillRule { get; set; }
public:
property FillRule FillRule {
FillRule get();
void set(FillRule value);
}
member FillRule : FillRule with get, set
Public Property FillRule As FillRule
Property Value
Type: System.Windows.Media.FillRule
Returns FillRule.
See Also
MapPolyline Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top