Enum BoxContainer.AlignMode
enum AlignMode
: int { ... }
Enum members
| Name | Description |
|---|---|
alignBegin
|
Aligns children with the beginning of the container. |
alignCenter
|
Aligns children with the center of the container. |
alignEnd
|
Aligns children with the end of the container. |