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

MapPolyline.Points Property

Gets or sets a collection that contains the vertex points of the polyline.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v19.2.dll

Declaration

public GeoPointCollection Points { get; set; }

Property Value

Type Description
GeoPointCollection

A GeoPointCollection object that contains the vertex points of the polyline.

See Also