Visual Basic (Declaration) | |
---|---|
Public Enum ImageViewerMouseInteractiveMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ImageViewerMouseInteractiveMode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ImageViewerMouseInteractiveMode : public Enum |
C++/CLI | |
---|---|
public enum class ImageViewerMouseInteractiveMode : public Enum |
Member | Description |
---|---|
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. |
Center | Allow the user to center the viewed image area. |
Refer to OpenImageUrl.
The 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family