(Leadtools.Controls)

ZoomAtImageControlCenter Property

Show in webframe





Gets or sets a value that indicates whether the zoom origin is always the control's center.
Syntax
public bool ZoomAtImageControlCenter {get; set;}
Public Property ZoomAtImageControlCenter As Boolean
public bool ZoomAtImageControlCenter {get; set;}
@property (nonatomic) BOOL zoomAtImageControlCenter;
public boolean getZoomAtImageControlCenter()
public void setZoomAtImageControlCenter(boolean zoom)
            
 
get_ZoomAtImageControlCenter();
set_ZoomAtImageControlCenter(value);
Object.defineProperty('ZoomAtImageControlCenter');

Property Value

true to set the zoom origin as the control's center; otherwise, it is false. The default value is false.
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.