Constants for horizontal alignment (positioning along the x 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
LEFT
The items in the layout will be horizontally aligned to the left of the bounds.
Available since
1.0.0
.CENTER
The items in the layout will be horizontally aligned to the center of the bounds.
Available since
1.0.0
.RIGHT
The items in the layout will be horizontally aligned to the right of the bounds.
Available since
1.0.0
.JUSTIFY
The items in the layout will fill the width of the container bounds.
Available since
1.0.0
.