Gets or sets a value that indicates whether the zoom origin is always the control's center.
public bool ZoomAtImageControlCenter {get; set;}
Public Property ZoomAtImageControlCenter As Boolean
public bool ZoomAtImageControlCenter {get; set;}
@property (nonatomic, assign) BOOL zoomAtImageControlCenter
public boolean getZoomAtImageControlCenter()
public void setZoomAtImageControlCenter(boolean zoom)
get_ZoomAtImageControlCenter();
set_ZoomAtImageControlCenter(value);
Object.defineProperty('ZoomAtImageControlCenter');
true to set the zoom origin as the control's center; otherwise, it is false. The default value is false.
Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET