MapRuler.Points Property
In This Article
Returns the collection of points that define a ruler.
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 collection of ruler points. |
See Also