VerticalAlignment

June 22, 2022 · View on GitHub

-description

Describes how a child element is vertically positioned or stretched within a parent's layout slot.

-xaml-syntax

<object property="enumerationvalue"/>

-enum-fields

-field Top:0

The element is aligned to the top of the parent's layout slot.

-field Center:1

The element is aligned to the center of the parent's layout slot.

-field Bottom:2

The element is aligned to the bottom of the parent's layout slot.

-field Stretch:3

The element is stretched to fill the entire layout slot of the parent element.

-remarks

-examples

-see-also