Values that specify how the control interacts with the mouse buttons.
| Value | Member | Description |
|---|---|---|
| 0 | None | Default, no interaction. |
| 1 | Pan | Allows the user to pan the image using the mouse. |
| 2 | ZoomIn | Allows the user to zoom in on the image using the mouse. |
| 3 | ZoomOut | Allows the user to zoom out on the image using the mouse. |
| 4 | Center | (0x00000001)Allows the user to center the viewed image area. |
| 5 | Region | Allows the user to select a region in the viewed image area. |
The WebImageViewer.MouseInteractiveMode property controls the mouse left/right interaction mode.
Please note the following when you select the Region as the WebImageViewer.MouseInteractiveMode: