←Select platform

EnablePinchZoom Property

Summary

Gets or sets a value that indicates whether to enable pinch zoom.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public bool EnablePinchZoom {get; set;} 
Public Property EnablePinchZoom As Boolean 
public bool EnablePinchZoom {get; set;} 
@property (nonatomic, assign) BOOL enablePinchZoom 
public boolean getEnablePinchZoom() 
public void setEnablePinchZoom(boolean enable) 
             
  
get_EnablePinchZoom(); 
set_EnablePinchZoom(value); 
Object.defineProperty('EnablePinchZoom');  

Property Value

true to enable pinch zoom; otherwise, it is false. The default value is true.

Remarks

Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.

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)