MeasureUnit(Double, String, String) Constructor
Initializes a new instance of the MeasureUnit class with the specified parameters.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| metersInUnit | Double | A Double object. |
| name | String | A String object specifying the name of a measure unit. |
| abbreviation | String | A String object specifying the name’s abbreviation of a measure unit. |
See Also