Measurements Properties
Contains API to manage rulers that help users measure distances and areas on a map.| Name | Description |
|---|---|
| AreaUnits | Gets or sets the measurement unit for an area ruler. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| DistanceUnits | Gets or sets measurement units for distance rulers. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Mode | Gets or sets the mode that the Measurements object uses. |
| RemoveRulersCommand | Returns a command that removes all rulers from the map. |
| SetCreateModeCommand | Returns the command that activates the Measurements object’s Create mode. |
| SetEditModeCommand | Returns the command that activates the Measurements object’s Edit mode. |
| ToolbarOptions | Returns the Measurements toolbar options. |
See Also