Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
BitmapSourceViewerInteractiveMode Enumeration
See Also  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerInteractiveMode Enumeration





Values for the InteractiveMode property.

Syntax

Visual Basic (Declaration) 
Public Enum BitmapSourceViewerInteractiveMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerInteractiveMode
C# 
public enum BitmapSourceViewerInteractiveMode : Enum 
Managed Extensions for C++ 
__value public enum BitmapSourceViewerInteractiveMode : public Enum 
C++/CLI 
public enum class BitmapSourceViewerInteractiveMode : public Enum 
XAML Attributes Usage 

<object InteractiveMode=Leadtools.Windows.Controls.BitmapSourceViewerInteractiveMode .../>

Members

MemberDescription
None Default, no user interaction.
Pan Allow the user to pan the image using the mouse.
CenterAt Center the image at the mouse coordinates for the last user click.
ZoomTo Zoom the image to the rectangle created by the user.
GeometryCreate a geometry based on user interaction.

The type of geometry created depends on the InteractiveGeometryType property.

MagnifyGlass Start the MagnifyGlass.
Scale Allow the user to change the current scaling factor for the image using the mouse.

Remarks

The InteractiveMode property controls user interaction with the control's display.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.BitmapSourceViewerInteractiveMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also