Align Type
Alignment / distribution along a layout axis. A superset that covers both the "self alignment" and "content distribution" cases of flex and grid.
Union cases
| Union case |
Description
|
Full Usage:
Baseline
|
|
Full Usage:
Center
|
|
Full Usage:
End
|
|
Full Usage:
SpaceAround
|
|
Full Usage:
SpaceBetween
|
|
Full Usage:
SpaceEvenly
|
|
Full Usage:
Start
|
|
Full Usage:
Stretch
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBaseline
Returns: bool
|
|
Full Usage:
this.IsCenter
Returns: bool
|
|
Full Usage:
this.IsEnd
Returns: bool
|
|
Full Usage:
this.IsSpaceAround
Returns: bool
|
|
Full Usage:
this.IsSpaceBetween
Returns: bool
|
|
Full Usage:
this.IsSpaceEvenly
Returns: bool
|
|
Full Usage:
this.IsStart
Returns: bool
|
|
Full Usage:
this.IsStretch
Returns: bool
|
|
Nao