Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 608 Bytes

alignmenty.md

File metadata and controls

38 lines (24 loc) · 608 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.AlignmentY
winrt enum

AlignmentY

-description

Describes how content is positioned vertically in a container.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Top:0

The contents align toward the upper edge of the container.

-field Center:1

The contents align toward the center of the container.

-field Bottom:2

The contents align toward the lower edge of the container.

-remarks

-examples

-see-also