VerticalAlignment 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 VerticalAlignment
Members
| Member name | Value | Description |
---|
| Top | 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.
|
| Bottom | 2 |
The element is aligned to the bottom of the parent's layout slot.
|
| Stretch | 3 |
The element is stretched to fill the entire layout slot of the parent element.
|
See Also