Describes how a child element is vertically positioned or stretched within a parent's layout slot
| Name | Type | Description |
|---|---|---|
| Bottom | Enum | The child is aligned to the bottom of the parent's layout slot |
| Center | Enum | The child is aligned to the center of the parent's layout slot |
| Stretch | Enum | The child stretches to fill the parent's layout slot |
| Top | Enum | The child is aligned to the bottom of the parent's layout slot |