public bool EnablePinchZoom {get; set;}
Public Property EnablePinchZoom As Boolean
public bool EnablePinchZoom {get; set;}
@property (nonatomic) BOOL enablePinchZoom;
public boolean getEnablePinchZoom() public void setEnablePinchZoom(boolean enable)
get_EnablePinchZoom();
set_EnablePinchZoom(value);
Object.defineProperty('EnablePinchZoom');
Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.