Skip to main content

CartesianSourceCoordinateSystem.MeasureUnit Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MeasureUnit MeasureUnit { get; set; }

Property Value

Type Description
MeasureUnit

A MeasureUnit object, specifying the measure unit.

See Also