Type alias VAlign

VAlign: "start" | "center" | "end" | "top" | "middle" | "bottom"

Vertical alignment - the counterpart of HAlign. 'start'/'center'/'end' are the preferred spellings, with 'top'/'middle'/'bottom' kept as exact aliases. Using 'center' on both axes means the two no longer disagree on what the midpoint is called.