Skip to main content

MapPathSegment.IsFilled Property

Specifies whether a map path segment is filled.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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