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