Skip to main content

MapPolygon.Points Property

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

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 polygon.

See Also