Specifies possible values for alignment of viewport.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
public enum ViewportAlignment
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. |