Back to Devexpress

MapPathSegment.Points Property

windowsforms-devexpress-dot-xtramap-dot-mappathsegment.md

latest1.1 KB
Original Source

MapPathSegment.Points Property

Gets or sets a collection of points defining the map path segment.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public CoordPointCollection Points { get; set; }
vb
Public Property Points As CoordPointCollection

Property Value

TypeDescription
CoordPointCollection

A collection of CoordPoint class descendant objects.

|

See Also

MapPathSegment Class

MapPathSegment Members

DevExpress.XtraMap Namespace