ItemLineAlignment
Used for UIListLayout.ItemLineAlignment and UIFlexItem.ItemLineAlignment in a flex layout to define the cross-directional alignment of siblings or the parent within a line.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
598 | Automatic | 0 | Aligns the siblings of the UIListLayout or the specific UIFlexItem parent to the layout's HorizontalAlignment or VerticalAlignment, depending on its FillDirection. If HorizontalFlex or VerticalFlex is enabled for the UIListLayout cross‑direction, Stretch will be used for that direction. | |
598 | Start | 1 | Aligns the siblings of the UIListLayout or the specific UIFlexItem parent to the line's top in a horizontal fill or the line's left in a vertical fill. | |
598 | Center | 2 | Aligns the siblings of the UIListLayout or the specific UIFlexItem parent to the line's center in either a horizontal or vertical fill. | |
598 | End | 3 | Aligns the siblings of the UIListLayout or the specific UIFlexItem parent to the line's bottom in a horizontal fill or the line's right in a vertical fill. | |
598 | Stretch | 4 | Stretches the siblings of the UIListLayout or the specific UIFlexItem parent to fill the entire cross‑direction of the line in either a horizontal or vertical fill. |
Description
In a flex layout, this enum is used for the ItemLineAlignment property of the UIListLayout to define the cross-directional alignment of siblings within a line. It is also used for the ItemLineAlignment property of a specific UIFlexItem to define the cross-directional alignment of the parent GuiObject within the line.