VerticalAlignment enumeration

VerticalAlignment enumeration

Specifies vertical alignment of element on a document page.

The VerticalAlignment type exposes the following members:

Fields

Field Description
NONE The object is explicitly positioned, usually using its Top property.
TOP Specifies that the object shall be at the top of the vertical alignment base.
CENTER Specifies that the object shall be centered with respect to the vertical alignment base.
BOTTOM Specifies that the object shall be at the bottom of the vertical alignment base.

See Also