If the layout height allocated to a widget is larger than its max
height, the vertical alignment controls how the widget is placed
within the extra vertical space.
If the allocated height is less than the widget's max height, the
vertical alignment has no effect.
Some layout implementations may ignore vertical alignment.
Get the vertical alignment for a widget.
Returns
The vertical alignment for the widget.
Notes
If the layout height allocated to a widget is larger than its max height, the vertical alignment controls how the widget is placed within the extra vertical space.
If the allocated height is less than the widget's max height, the vertical alignment has no effect.
Some layout implementations may ignore vertical alignment.