MeasureUnit.GetPredefinedUnits() Method
Returns a list of predefined measure units.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Returns
Type | Description |
---|---|
List<MeasureUnit> | A List<T> of MeasureUnit objects, representing typical measure units. |
Remarks
For example, this list contains the following units: meters, centimeters, kilometers, inches, foots, miles.
See Also