Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 778 Bytes

verticalalignment.md

File metadata and controls

41 lines (26 loc) · 778 Bytes
-api-id -api-type
T:Windows.UI.Xaml.VerticalAlignment
winrt enum

VerticalAlignment

-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