Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 838 Bytes

horizontalalignment.md

File metadata and controls

39 lines (26 loc) · 838 Bytes
-api-id -api-type
T:Windows.UI.Xaml.HorizontalAlignment
winrt enum

HorizontalAlignment

-description

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

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Left:0

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

-field Center:1

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

-field Right:2

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

-field Stretch:3

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

-remarks

-examples

-see-also