Aurigma Graphics Mill 5.5 for .NET
BaseViewer..::.zoomMode Property
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)
Syntax
Java Script
function get_zoomMode();
function set_zoomMode(value);
Property Value
ZoomMode enumeration member that specifies the zooming behavior.Remarks
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.
This property corresponds to BaseViewer.ZoomMode server-side member.