PagePorter Class Library

FpPageAlign Enumeration

Specifies the page alignment within the browser window for fixed-width pages.

[Visual Basic]
Public Enum FpPageAlign
[C#]
public enum FpPageAlign

Remarks

This enumeration is used by the PageAlign method.

Members

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.

Requirements

Namespace: Parastream.Web.UI

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

Parastream.Web.UI Namespace