Skip to main content

MeasureUnit.GetPredefinedUnits() Method

Returns a list of predefined measure units.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public static List<MeasureUnit> GetPredefinedUnits()

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