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

NuGet Package: DevExpress.Map.Core

Declaration

IList<CoordPoint> Points { get; }

Property Value

Type Description
IList<CoordPoint>

A list of CoordPoint class descendant objects.

See Also