(Leadtools.Controls)

EnableZoom Property

Show in webframe





Gets or sets a value that indicates whether to enable zooming.
Syntax
public bool EnableZoom {get; set;}
Public Property EnableZoom As Boolean
public bool EnableZoom {get; set;}
@property (nonatomic) BOOL enableZoom;
public boolean getEnableZoom()
public void setEnableZoom(boolean enable)
            
 
get_EnableZoom();
set_EnableZoom(value);
Object.defineProperty('EnableZoom');

Property Value

true to enable zooming; 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

See Also

Reference

ImageViewerPanZoomInteractiveMode Class
ImageViewerPanZoomInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.