Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 666 Bytes

textblock_textalignment.md

File metadata and controls

33 lines (22 loc) · 666 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TextBlock.TextAlignment
winrt property

Windows.UI.Xaml.Controls.TextBlock.TextAlignment

-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