| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageViewerMouseInteractiveMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageViewerMouseInteractiveMode | |
| C# | |
|---|---|
public enum ImageViewerMouseInteractiveMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ImageViewerMouseInteractiveMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Center | Allow the user to center the viewed image area. |
| None | Default, no interaction. |
| Pan | Allow the user to pan the image using the mouse. |
| ZoomIn | Allow the user to zoom in on the image using the mouse. |
| ZoomOut | Allow the user to zoom out on the image using the mouse. |
Refer to WebImageViewer.OpenImageUrl.
The WebImageViewer.MouseInteractiveMode property controls the mouse left/right interaction mode.
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.ImageViewerMouseInteractiveMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code