Enum FlowContainer.AlignmentMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum FlowContainer.AlignmentMode : long
Fields
Begin = 0
The child controls will be arranged at the beginning of the container, i.e. top if orientation is vertical, left if orientation is horizontal (right for RTL layout).
Center = 1
The child controls will be centered in the container.
End = 2
The child controls will be arranged at the end of the container, i.e. bottom if orientation is vertical, right if orientation is horizontal (left for RTL layout).