-api-id | -api-type |
---|---|
T:Windows.UI.Xaml.VerticalAlignment |
winrt enum |
Describes how a child element is vertically positioned or stretched within a parent's layout slot.
<object property="enumerationvalue"/>
The element is aligned to the top of the parent's layout slot.
The element is aligned to the center of the parent's layout slot.
The element is aligned to the bottom of the parent's layout slot.
The element is stretched to fill the entire layout slot of the parent element.