←Select platform

TouchInteractiveMode Property

Summary

Gets or sets the ImageViewerInteractiveMode that the viewer control should use to process touch input events.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual Leadtools.Controls.ImageViewerInteractiveMode TouchInteractiveMode {get; set;} 
Public Overridable Property TouchInteractiveMode As Leadtools.Controls.ImageViewerInteractiveMode 
public virtual Leadtools.Controls.ImageViewerInteractiveMode TouchInteractiveMode {get; set;} 
iOS only 
@property (nonatomic, strong, nullable) LTImageViewerInteractiveMode *touchInteractiveMode 
public ImageViewerInteractiveMode getTouchInteractiveMode() 
public void setTouchInteractiveMode(ImageViewerInteractiveMode interactiveMode) 
             
  
get_TouchInteractiveMode(); 
set_TouchInteractiveMode(value); 
Object.defineProperty('TouchInteractiveMode');  

Property Value

The interactive mode for touch input events in the viewer control. The default value is null.

Remarks

To use an interactive mode, you create an instance of any of the derived classes and assign it to the viewer using one of the following methods:

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)