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.

ViewportAlignment Enumeration

Specifies possible values for alignment of viewport.

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

Syntax

Java Script
GraphicsMill.ViewportAlignment = function();
GraphicsMill.ViewportAlignment.createEnum('GraphicsMill.ViewportAlignment', false);

Members

Member name Description
centerBottom

Viewport is positioned in the middle of the bottom side.

centerCenter

Viewport is positioned in the center of the viewer.

centerTop

Viewport is positioned in the middle of the top side.

leftBottom

Viewport is positioned in the left bottom corner.

leftCenter

Viewport is positioned in the middle of the left side.

leftTop

Viewport is positioned in the left top corner.

rightBottom

Viewport is positioned in the right bottom corner.

rightCenter

Viewport is positioned in the middle of the right side.

rightTop

Viewport is positioned in the right top corner.

See Also

Reference