A newer version of this page is available.
Switch to the current version.
MapPath.Segments Property
Gets or sets segments of a map path.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
public MapPathSegmentCollection Segments { get; set; }
Public Property Segments As MapPathSegmentCollection
Property Value
Type | Description |
---|---|
MapPathSegmentCollection | A MapPathSegmentCollection object that is a collection of map path segments. |
See Also
Feedback