Specifies possible values for alignment of viewport.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
GraphicsMill.ViewportAlignment = function(); GraphicsMill.ViewportAlignment.createEnum('GraphicsMill.ViewportAlignment', false);
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. |