Skip to main content
A newer version of this page is available. .
All docs
V21.2

MeasurementToolbar.ActiveAction Property

For internal use only. Returns an action from the measurement toolbar.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

[Browsable(false)]
public MeasurementToolbarAction ActiveAction { get; set; }

Property Value

Type Description
MeasurementToolbarAction

An action from the measurement toolbar.

Available values:

Name Description
None

Measurement toolbar buttons are disabled.

AddDistanceRuler

The Add Distance Ruler button is enabled.

AddAreaRuler

The Add Area Ruler button is enabled.

See Also