HorizontalAlignment enumeration

HorizontalAlignment enumeration

Specifies horizontal alignment of element on a document page.

The HorizontalAlignment type exposes the following members:

Fields

Field Description
NONE The object is explicitly positioned, usually using its Left property.
LEFT Specifies that the object shall be left aligned to the horizontal alignment base.
CENTER Specifies that the object shall be centered with respect to the horizontal alignment base.
RIGHT Specifies that the object shall be right aligned to the horizontal alignment base.

See Also