AreaMeasurementUnit.GetPredefinedUnits() Method
Returns a list of predefined measurement units.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Returns
Type | Description |
---|---|
List<AreaMeasurementUnit> | A list of predefined measurement units. |
Remarks
The following code sets a list of measurement units to the units variable:
See Also