VerticalAlignment Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum VerticalAlignment
XAML
<object property="enumerationvalue"/>
Inheritance
VerticalAlignment
Attributes

Fields

Name Value Description
Top 0

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

Center 1

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

Bottom 2

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

Stretch 3

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

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6