MapPolygon.FillRule Property

 

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)

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

MapPolygon Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top