- Layout.Horizontal
- A flag representing that a horizontal layout should be created.
- Layout.Vertical
- A flag representing that a vertical layout should be created.
- Layout.Top
- A flag representing that a layout item should have padding on the top.
- Layout.Bottom
- A flag representing that a layout item should have padding on the bottom.
- Layout.Left
- A flag representing that a layout item should have padding on the left.
- Layout.Right
- A flag representing that a layout item should have padding on the right.
- Layout.All
- A flag representing that a layout item should have padding on all sides.
- Layout.Expand
- A flag representing that a layout item should be expanded to fill the layout (layout items are expanded vertically for horizontal layouts and expanded horizontally for vertical layouts).
- Layout.Center
- A flag representing that a layout item should be centered in the layout (layout items are centered vertically for horizontal layouts and centered horizontally for vertical layouts).