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

MapPolygon.Points Property

Gets or sets a collection of points defining the map polygon.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public CoordPointCollection Points { get; set; }

Property Value

Type Description
CoordPointCollection

A collection of CoordPoint class descendant objects.

See Also