set-alignment in area-container<%>
Sets the alignment specification for a container, which determines how it positions its children when the container has leftover space (when a child was not stretchable in a particular dimension).
When the container's horizontal alignment is 'left, the
children are left-aligned in the container and whitespace is inserted
to the right. When the container's horizontal alignment is
'center, each child is horizontally centered in the
container. When the container's horizontal alignment is
'right, leftover whitespace is inserted to the left.
Similarly, a container's vertical alignment can be 'top,
'center, or 'bottom.
(-> voidsendan-area-containerset-alignmenthoriz-alignvert-align)
horiz-align: symbol in'(left center right)
vert-align: symbol in'(top center bottom)