Skip to main content
A newer version of this page is available. .

CartesianMapCoordinateSystem.MeasureUnit Property

Gets or sets a measure unit used by the Cartesian coordinate system.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public MeasureUnit MeasureUnit { get; set; }

Property Value

Type Description
MeasureUnit

A MeasureUnit object.

See Also