Gets/sets a zooming factor used during a mouse wheel scroll.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Overridable Property WheelZoomAmount As Single
[BrowsableAttribute(true)] public virtual float WheelZoomAmount { get; set; }
The Zoom property is multiplied by this number when the mouse wheel is scrolled up and divided when the mouse wheel is scrolled down.