This documentation is for the old version. Go to the latest Graphics Mill docs

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.

Note

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.

See Also

Reference