Skip to main content
All docs
V23.2

MeasurementToolbar.Measurements Property

For internal use only. Returns the Measurements object that owns the MeasurementToolbar.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
public Measurements Measurements { get; }

Property Value

Type Description
Measurements

The Measurements object to which MeasurementToolbar belongs.

See Also