You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

ZoomInNavigator Class

This client-side class corresponds to the ZoomInNavigator server-side control.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
GraphicsMill.ZoomInNavigator = function();

Type.createClass(
	'GraphicsMill.ZoomInNavigator',
	GraphicsMill.ZoomNavigator);

Remarks

This class represents a navigator which is used to zoom the content displayed in the BaseViewer control in by the mouse click.

When this navigator is attached to the BaseViewer, it is working in the following way: when the left button of the mouse is clicked, it zooms the content in. You can attach this navigator from client-side code using the BaseViewer.navigator property.

Inheritance Hierarchy

Sys..Component
+ Sys.UI..Control

See Also

Reference