MouseWheelXXXXX properties allow application to customize the mouse wheel behavior.

MouseWheelVariation specifies how much scrolls or zoom in response to mouse wheel rotation.

If MouseWheelVariation is MouseWheelVariations.Absolute, MouseWheelValue will contains the absolute value to add or substract from current value.

If MouseWheelVariation is MouseWheelVariations.Percentage, MouseWheelValue will contains the percentage of variation from current value (default MouseWheelVariations.Percentage).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEViewer..::..MouseWheelVariations MouseWheelVariation { get; set; }
Public Property MouseWheelVariation As IEViewer..::..MouseWheelVariations
	Get
	Set
public:
property IEViewer..::..MouseWheelVariations MouseWheelVariation {
	IEViewer..::..MouseWheelVariations get ();
	void set (IEViewer..::..MouseWheelVariations value);
}

See Also