Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : InteractiveMode Property |
public override RasterViewerInteractiveMode InteractiveMode {get; set;}
'Declaration Public Overrides Property InteractiveMode As RasterViewerInteractiveMode
'Usage Dim instance As JpipRasterImageViewer Dim value As RasterViewerInteractiveMode instance.InteractiveMode = value value = instance.InteractiveMode
public: property RasterViewerInteractiveMode InteractiveMode { RasterViewerInteractiveMode get() override; void set ( RasterViewerInteractiveMode value) override; }