Skip to main content
A newer version of this page is available. .

MapPolygonSettings.FillRule Property

Gets or sets a value that specifies the interior fill of generated map polygons using these settings.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public FillRule FillRule { get; set; }

Property Value

Type Description
FillRule

A FillRule enumeration value.

See Also