MapPath.Segments Property
In This Article
Gets or sets segments of a map path.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapPathSegmentCollection Segments { get; set; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
See Also