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

ISupportCoordPoints.Points Property

Gets or sets the list of points determining the shape of map items implementing this interface.

Namespace: DevExpress.Map

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

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

Declaration

IList<CoordPoint> Points { get; }

Property Value

Type Description
IList<CoordPoint>

A list of CoordPoint class descendant objects.

See Also