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

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