Layout Type
How a container arranges its children.
Union cases
| Union case |
Description
|
Full Usage:
Absolute
|
Absolute positioning — every child is placed by an explicit `Rect`. |
|
Flexbox-style 1-D layout.
|
Full Usage:
Flow
|
Normal document flow — children stacked in reading order (the fluid default). |
|
2-D grid layout with explicit tracks.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAbsolute
Returns: bool
|
|
Full Usage:
this.IsFlex
Returns: bool
|
|
Full Usage:
this.IsFlow
Returns: bool
|
|
Full Usage:
this.IsGrid
Returns: bool
|
|
Nao