Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 790 Bytes

richeditbox_textalignment.md

File metadata and controls

31 lines (22 loc) · 790 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RichEditBox.TextAlignment
winrt property

Microsoft.UI.Xaml.Controls.RichEditBox.TextAlignment

-description

Gets or sets a value that indicates how text is aligned in the RichEditBox.

-xaml-syntax

<RichEditBox TextAlignment="textAlignmentValue"/>

-xaml-values

textAlignmentValue
textAlignmentValueA named constant of the TextAlignment enumeration, such as Left.
## -property-value One of the [TextAlignment](../microsoft.ui.xaml/textalignment.md) enumeration values that specifies how text is aligned. The default is **Left**.

-remarks

-examples

-see-also