Sets the alignment of the items.
Used by: StackPanel, Toolbar, FlexList.
| Value | Description |
|---|---|
| Default | By default. Baseline |
| Baseline | Along the text baseline |
| Center | Center |
| Start | By the beginning of the axis (left for horizontal panels, top for vertical) |
| End | By the end of the axis (right for horizontal panels, bottom for vertical). |
| Stretch | Stretch to the full width/height of the container. |