HorizontalAlignment Enumeration |
Describes how a child element is vertically positioned or stretched within
a parent's layout slot.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public enum HorizontalAlignment
Members
| Member name | Value | Description |
---|
| Left | 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.
|
| Right | 2 |
The element is aligned to the right of the parent's layout slot.
|
| Stretch | 3 |
The element is stretched to fill the entire layout slot of the parent element.
|
See Also