Visual Basic (Declaration) | |
---|---|
Public Enum BitmapSourceViewerInteractiveMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 .../> |
Member | Description |
---|---|
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. |
Geometry | Create 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. |
The InteractiveMode property controls user interaction with the control's display.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.BitmapSourceViewerInteractiveMode
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family