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

MapPathSegment.IsFilled Property

Specifies whether a map path segment is filled.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(true)]
public bool IsFilled { get; set; }

Property Value

Type Default Description
Boolean true

true, if a map path segment is filled on a map; otherwise, false.

See Also