Skip to main content

MapPolyline.FillRule Property

Gets or sets a value that specifies how the interior fill of the shape is determined.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public FillRule FillRule { get; set; }

Property Value

Type Description
Windows.UI.Xaml.Media.FillRule

A FillRule enumeration value.

See Also