HorizontalAlignment
HorizontalAlignment
HorizontalAlignment
HorizontalAlignment
Enum
Definition
Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
public : enum class HorizontalAlignmentpublic enum HorizontalAlignmentPublic Enum HorizontalAlignment// 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 | An element aligned to the center of the layout slot for the parent element. |
| Left Left Left Left | An element aligned to the left of the layout slot for the parent element. |
| Right Right Right Right | An element aligned to the right of the layout slot for the parent element. |
| Stretch Stretch Stretch Stretch | An element stretched to fill the entire layout slot of the parent element. |