Gets/sets a value that specifies content zoom mode of the control (automatic or manual).
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
function get_zoomMode();
function set_zoomMode(value);
In manual zoom mode (i.e. if the value of this property is none) user can change the content zoom either by zoom property or using some zooming navigator.
If automatic zoom (except zoomControl) mode is used and you attempt to change zoom value manually, zoomMode property will be set to none.
When you set some zooming navigator into the navigator property, this property is reset to none.
This property corresponds to BaseViewer.ZoomMode server-side member.