Back to Devexpress

MapRuler.Points Property

windowsforms-devexpress-dot-xtramap-dot-mapruler-b256c235.md

latest1012 B
Original Source

MapRuler.Points Property

Returns the collection of points that define a ruler.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.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.XtraMap Namespace