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

ContourInfo.Points Property

Returns coordinate points that form the map item’s contour.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public ReadOnlyCoordPointCollection Points { get; }

Property Value

Type Description
ReadOnlyCoordPointCollection

The coordinate points’ collection.

See Also