Back to Devexpress

MapRuler.Points Property

wpf-devexpress-dot-xpf-dot-map-dot-mapruler-d0c8ab71.md

latest967 B
Original Source

MapRuler.Points Property

Returns the collection of points that define a ruler.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public ReadOnlyCoordPointCollection Points { get; }
vb
Public ReadOnly Property Points As ReadOnlyCoordPointCollection

Property Value

TypeDescription
ReadOnlyCoordPointCollection

The collection of ruler points.

|

See Also

MapRuler Class

MapRuler Members

DevExpress.Xpf.Map Namespace