ItemLineAlignment
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.
Items
Name | Value | Summary |
---|---|---|
Automatic | 0 | |
Start | 1 | |
Center | 2 | |
End | 3 | |
Stretch | 4 |