Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 786 Bytes

richeditbox_textalignment.md

File metadata and controls

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

Windows.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](../windows.ui.xaml/textalignment.md) enumeration values that specifies how text is aligned. The default is **Left**.

-remarks

-examples

-see-also