Back to Devexpress

MapControl.MouseWheelZoomingStep Property

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-a6aa41fe.md

latest1.1 KB
Original Source

MapControl.MouseWheelZoomingStep Property

Gets or sets the zoom step used when you use the mouse wheel to scale a map.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(1)]
public double MouseWheelZoomingStep { get; set; }
vb
<DefaultValue(1)>
Public Property MouseWheelZoomingStep As Double

Property Value

TypeDefaultDescription
Double1

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

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace