Constants for vertical alignment (positioning along the y axis) of items in a layout.
Note: Some constants may not be valid for certain properties. Please see the description of the property in the API reference for complete details.
Available since
1.0.0
.Values
TOP
The items in the layout will be vertically aligned to the top of the bounds.
Available since
1.0.0
.MIDDLE
The items in the layout will be vertically aligned to the middle of the bounds.
Available since
1.0.0
.BOTTOM
The items in the layout will be vertically aligned to the bottom of the bounds.
Available since
1.0.0
.JUSTIFY
The items in the layout will fill the height of the bounds.
Available since
1.0.0
.