Skip to main content

MapPolylineSettings.FillRule Property

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

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public FillRule FillRule { get; set; }

Property Value

Type Description
FillRule

A FillRule enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to FillRule
MapPolylineSettings
.Default .FillRule
See Also