Measurements.RemoveRuler(MapRuler) Method
Removes the ruler passed as a parameter from the map.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| ruler | MapRuler | The ruler to be removed. |
Remarks
The following code removes a ruler:
See Also