Structs§
- Layout
Grid - LayoutGrid : Guides to align and place objects within a frames.
Enums§
- Alignment
- Positioning of grid as a string enum -
MIN
: Grid starts at the left or top of the frame -MAX
: Grid starts at the right or bottom of the frame -STRETCH
: Grid is stretched to fit the frame -CENTER
: Grid is center aligned - Pattern
- Orientation of the grid as a string enum -
COLUMNS
: Vertical grid -ROWS
: Horizontal grid -GRID
: Square grid