Visual Basic (Declaration) | |
---|---|
Public Enum RasterViewerInteractiveMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterViewerInteractiveMode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterViewerInteractiveMode : public Enum |
C++/CLI | |
---|---|
public enum class RasterViewerInteractiveMode : public Enum |
Member | Description |
---|---|
None | Default, no user interaction. |
Pan | Allows the user to pan the image using the mouse. |
CenterAt | Centers the image at the mouse coordinates of the last user click. |
ZoomTo | Zooms the image to the rectangle created by the user. |
Region | Creates a region based on user interaction. The type of region created depends on the InteractiveRegionType property. |
MagnifyGlass | Starts the MagnifyGlass. |
Floater | Starts moving the FloaterImage. |
Page | Allows the user to change the current page in the image using the mouse. |
Scale | Allows the user to change the current scale factor of the image using the mouse. |
The InteractiveMode property controls user interaction with the control's display.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterViewerInteractiveMode
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