Specifies the page alignment within the browser window for fixed-width pages.
This enumeration is used by the PageAlign method.
| Member Name | Description |
|---|---|
| None | Default (left) alignment. Can be used on fixed-width or variable-width pages. |
| Left | Left align. Only useful for fixed-width pages, the page is flush with the left margin in the browser window. |
| Center | Center align. Only useful for fixed-width pages, the page is centered in the browser window. |
| Right | Right align. Only useful for fixed-width pages, the page is flush with the right margin in the browser window. |
Namespace: Parastream.Web.UI
Assembly: FpCtrlsBase (in FpCtrlsBase.dll)