Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 599 Bytes

alignmentx.md

File metadata and controls

38 lines (24 loc) · 599 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Media.AlignmentX
winrt enum

AlignmentX

-description

Describes how content is positioned horizontally in a container.

-xaml-syntax

<object property="enumMemberName"/>

-enum-fields

-field Left:0

The contents align toward the left of the container.

-field Center:1

The contents align toward the center of the container.

-field Right:2

The contents align toward the right of the container.

-remarks

-examples

-see-also