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

MapControl.MouseWheelZoomingStep Property

Gets or sets the zooming step used on scaling using the mouse wheel.

Namespace: DevExpress.Xpf.Map

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

Declaration

public double MouseWheelZoomingStep { get; set; }

Property Value

Type Description
Double

A Double value specifying the zooming step.

Remarks

The value of this property should be larger than or equal to 0.

See Also