Click or drag to resize
HorizontalAlignment 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 HorizontalAlignment
Members
  Member nameValueDescription
Left0 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.
Right2 The element is aligned to the right of the parent's layout slot.
Stretch3 The element is stretched to fill the entire layout slot of the parent element.
See Also