Indicates whether to use pinch touch gesture for zooming.
public virtual bool EnablePinchZoom { get; set; }
Public Overridable Property EnablePinchZoom() As Boolean
Get
Set
public:
virtual property bool EnablePinchZoom
{
bool get()
void set(bool value)
}
true to use pinch touch gesture for zooming; otherwise, it is false. The default value is true.
This property is not used by platforms that do not support touch events.
Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.
ImageViewerPanZoomInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET