Skip to main content

MapPathSegment.IsClosed Property

Gets or sets whether a map path segment is closed.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also