# Constants
HorizontalCenter is center alignment along the horizontal axis.
HorizontalLeft is left alignment along the horizontal axis.
HorizontalRight is right alignment along the horizontal axis.
VerticalBottom is bottom alignment along the vertical axis.
VerticalMiddle is middle alignment along the vertical axis.
VerticalTop is top alignment along the vertical axis.
# Type aliases
Horizontal indicates the type of horizontal alignment.
Vertical indicates the type of vertical alignment.