LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageViewerMouseInteractiveMode Enumeration
See Also  
Leadtools.Web.Controls Namespace : ImageViewerMouseInteractiveMode Enumeration



Values that specify how the control interacts with the mouse buttons.

Syntax

Visual Basic (Declaration) 
Public Enum ImageViewerMouseInteractiveMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ImageViewerMouseInteractiveMode
C# 
public enum ImageViewerMouseInteractiveMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ImageViewerMouseInteractiveMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CenterAllow the user to center the viewed image area.
NoneDefault, no interaction.
PanAllow the user to pan the image using the mouse.
ZoomInAllow the user to zoom in on the image using the mouse.
ZoomOutAllow the user to zoom out on the image using the mouse.

Example

Remarks

The WebImageViewer.MouseInteractiveMode property controls the mouse left/right interaction mode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ImageViewerMouseInteractiveMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also