Gets/sets a value that specifies content zoom mode of the control (automatic or manual).
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
public virtual ZoomMode ZoomMode { get; set; }
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.