This topic has not yet been rated - Rate this topic

AlignmentY enumeration

Describes how content is positioned vertically in a container.

Syntax


public enum AlignmentY


<object property="enumMemberName"/>

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The AlignmentY enumeration has these members.

MemberValueDescription
Top0

The contents align toward the upper edge of the container.

Center1

The contents align toward the center of the container.

Bottom2

The contents align toward the lower edge of the container.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.