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 ImageViewerMouseInteractiveMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Web.Controls.ImageViewerMouseInteractiveMode = function() { }; Leadtools.Web.Controls.ImageViewerMouseInteractiveMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ImageViewerMouseInteractiveMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Center | Allows the user to center the viewed image area. |
None | Default, no interaction. |
Pan | Allows the user to pan the image using the mouse. |
Region | Allows the user to select a region in the viewed image area. |
ZoomIn | Allows the user to zoom in on the image using the mouse. |
ZoomOut | Allows the user to zoom out on the image using the mouse. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2