Click or drag to resize

ZoomPanelMouseWheelZoomFactor Property

Gets or sets the zoom factor that is applied to mouse wheel zooming. The value must be bigger or equal than 1. This value is used for zoom in factor. The zoom out factor is calculated in GetZoomOutFactor method as 1 / zoom factor (can be overridden in derived class).

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public double MouseWheelZoomFactor { get; set; }

Property Value

Type: Double
See Also