Visual Basic (Declaration) | |
---|---|
Overrides Public Property InteractiveMode As RasterViewerInteractiveMode |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As RasterViewerInteractiveMode instance.InteractiveMode = value value = instance.InteractiveMode |
C# | |
---|---|
public override RasterViewerInteractiveMode InteractiveMode {get; set;} |
C++/CLI | |
---|---|
public: property RasterViewerInteractiveMode InteractiveMode override { RasterViewerInteractiveMode get(); void set ( RasterViewerInteractiveMode value); } |
Property Value
A Leadtools.WinForms.RasterViewerInteractiveMode value which controls the user interaction with the control's display.For an example, refer to the CSJpipWinFormsDemo.
This property is inherited from Leadtools.WinForms.RasterImageViewer and can be set only to RasterViewerInteractiveMode.Pan or RasterViewerInteractiveMode.None.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7