Back to Devexpress

MapControl.MouseWheelZoomingStep Property

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dafb4603.md

latest1.1 KB
Original Source

MapControl.MouseWheelZoomingStep Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public double MouseWheelZoomingStep { get; set; }
vb
Public Property MouseWheelZoomingStep As Double

Property Value

TypeDescription
Double

A Double value specifying the zooming step.

|

Remarks

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

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace