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

MapPath.Segments Property

Gets or sets segments of a map path.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MapPathSegmentCollection Segments { get; set; }

Property Value

Type Description
MapPathSegmentCollection

A MapPathSegmentCollection object that is a collection of map path segments.

See Also