This client-side class corresponds to the PanNavigator server-side control.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
GraphicsMill.PanNavigator = function();
Type.createClass(
'GraphicsMill.PanNavigator',
GraphicsMill.UserInputController);
This class represents a navigator which is used to pan the content inside the BaseViewer control.
When this navigator is attached to the BaseViewer, it is working in the following way:
You can attach this navigator from client-side code using the BaseViewer.navigator property.