HorizontalAlignment Enum

Definition

Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum HorizontalAlignment
XAML
<object property="enumMemberName"/>
Inheritance
HorizontalAlignment
Attributes

Fields

Name Value Description
Left 0

An element aligned to the left of the layout slot for the parent element.

Center 1

An element aligned to the center of the layout slot for the parent element.

Right 2

An element aligned to the right of the layout slot for the parent element.

Stretch 3

An element stretched to fill the entire layout slot of the parent element.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6