HorizontalAlignment

HorizontalAlignment enumeration

Specifies horizontal alignment of element on a document page.

public enum HorizontalAlignment

Values

Name Value Description
None 0 The object is explicitly positioned, usually using its Left property.
Left 1 Specifies that the object shall be left aligned to the horizontal alignment base.
Center 2 Specifies that the object shall be centered with respect to the horizontal alignment base.
Right 3 Specifies that the object shall be right aligned to the horizontal alignment base.

See Also