Leadtools.Web.Controls Namespace : ImageViewerMouseInteractiveMode Enumeration |
public enum ImageViewerMouseInteractiveMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ImageViewerMouseInteractiveMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ImageViewerMouseInteractiveMode
public enum class ImageViewerMouseInteractiveMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | Default, no interaction. |
0x00000001 | Pan | Allows the user to pan the image using the mouse. |
0x00000001 | Center | Allows the user to center the viewed image area. |
0x00000002 | ZoomIn | Allows the user to zoom in on the image using the mouse. |
0x00000003 | ZoomOut | Allows the user to zoom out on the image using the mouse. |
0x00000005 | 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:
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.ImageViewerMouseInteractiveMode