public bool EnablePan {get; set;}
Public Property EnablePan As Boolean
public bool EnablePan {get; set;}
@property (nonatomic) BOOL enablePan;
public boolean getEnablePan() public void setEnablePan(boolean enable)
get_EnablePan();
set_EnablePan(value);
Object.defineProperty('EnablePan');
Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.