Specifies how much scrolls or zoom in response to mouse wheel rotation

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum MouseWheelVariations
Public Enumeration MouseWheelVariations
public enum class MouseWheelVariations

Members

MemberValueDescription
Absolute0
MouseWheelValue contains the absolute value to add or substract from current value
Percentage1
MouseWheelValue contains the percentage of variation from current value

See Also