Back to Devexpress

MapPath.Segments Property

windowsforms-devexpress-dot-xtramap-dot-mappath.md

latest1.1 KB
Original Source

MapPath.Segments Property

Gets or sets segments of a map path.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapPathSegmentCollection Segments { get; set; }
vb
Public Property Segments As MapPathSegmentCollection

Property Value

TypeDescription
MapPathSegmentCollection

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

|

See Also

MapPath Class

MapPath Members

DevExpress.XtraMap Namespace