AlignmentX AlignmentX AlignmentX AlignmentX Enum
Definition
Describes how content is positioned horizontally in a container.
public : enum class AlignmentXpublic enum AlignmentXPublic Enum AlignmentX// 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
| Center Center Center Center | The contents align toward the center of the container. |
| Left Left Left Left | The contents align toward the left of the container. |
| Right Right Right Right | The contents align toward the right of the container. |