ContourInfo.Points Property
In This Article
Returns coordinate points that form the map item’s contour.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public ReadOnlyCoordPointCollection Points { get; }
#Property Value
Type | Description |
---|---|
Read |
The coordinate points’ collection. |
See Also