AlignmentY AlignmentY AlignmentY AlignmentY Enum
Definition
Describes how content is positioned vertically in a container.
public : enum class AlignmentYpublic enum AlignmentYPublic Enum AlignmentY// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bottom Bottom Bottom Bottom | The contents align toward the lower edge of the container. |
| Center Center Center Center | The contents align toward the center of the container. |
| Top Top Top Top | The contents align toward the upper edge of the container. |