Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GeoPointCollection Points { get; set; }

Property Value

Type Description
GeoPointCollection

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

See Also