MouseWheelXXXXX properties allow application to customize the mouse wheel behavior.

If MouseWheelAction is Zoom, MouseWheelZoomPosition specifies where the zoom act.

The default is the center of the control (MouseWheelZoomPositions.Center), otherwise (MouseWheelZoomPositions.Mouse) zoom at the mouse position.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEViewer..::..MouseWheelZoomPositions MouseWheelZoomPosition { get; set; }
Public Property MouseWheelZoomPosition As IEViewer..::..MouseWheelZoomPositions
	Get
	Set

See Also