Gets/sets a zooming factor used during a mouse wheel scroll.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

<BrowsableAttribute(True)> _
Public Overridable Property WheelZoomAmount As Single

C#

[BrowsableAttribute(true)]
public virtual float WheelZoomAmount { get; set; }

Property Value

A zooming factor used during a mouse wheel scroll.

Remarks

The Zoom property is multiplied by this number when the mouse wheel is scrolled up and divided when the mouse wheel is scrolled down.