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

MapPathSegment.Points Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

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

Declaration

public CoordPointCollection Points { get; set; }

Property Value

Type Description
CoordPointCollection

A collection of CoordPoint class descendant objects.

See Also