Windows.UI.Xaml.Controls.TextBlock.TextAlignment

June 22, 2022 · View on GitHub

-description

Gets or sets a value that indicates the horizontal alignment of text content.

-xaml-syntax

<TextBlock TextAlignment="textAlignmentMemberName"/>

-xaml-values

textAlignmentMemberName
textAlignmentMemberNameA named constant of the TextAlignment enumeration.
## -property-value The text alignment. The default is **Left**.

-remarks

-examples

-see-also