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

CartesianSourceCoordinateSystem.MeasureUnit Property

Gets or sets the measure unit used by this 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