Click or drag to resize
VerticalAlignment Enumeration
Describes how a child element is vertically positioned or stretched within a parent's layout slot.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum VerticalAlignment
Members
  Member nameValueDescription
Top0 The element is aligned to the top of the parent's layout slot.
Center1 The element is aligned to the center of the parent's layout slot.
Bottom2 The element is aligned to the bottom of the parent's layout slot.
Stretch3 The element is stretched to fill the entire layout slot of the parent element.
See Also