HorizontalAlignment
July 6, 2022 · View on GitHub
-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.