MeasureUnit.FromMeters(Double) Method
Converts a value in meters to the value in the current measure unit.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | A Double value specifying the quantity in meters. |
Returns
| Type | Description |
|---|---|
| Double | A Double value specifying the quantity in the current measure unit. |
See Also