Enum HorizontalAlignment

HorizontalAlignment enumeration

Describes horizontal alignment.

public enum HorizontalAlignment

Values

NameValueDescription
None0No alignment.
Left1Align to left.
Center2Center alignment.
Right3Align to right.
Justify4Justify alignment. Text will be aligned on both left and right margins.
FullJustify5Similar to ‘Justify’ alignment, except that the very last line will only be left-aligned in ‘Justify’ mode, while in ‘FullJustify’ mode all lines will be left- and right-aligned.

See Also