-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.RichEditBox.TextWrapping |
winrt property |
Gets or sets a value that indicates how text wrapping occurs if a line of text extends beyond the available width of the RichEditBox.
<RichEditBox TextWrapping="Wrap"/>
-or-
<RichEditBox TextWrapping="NoWrap"/>
One of the TextWrapping enumeration values that specifies whether text is wrapped. The default is Wrap.
TextBox and RichEditBox don't support the WrapWholeWords value for their TextWrapping properties. If you try to use WrapWholeWords as a value for TextBox.TextWrapping or RichEditBox.TextWrapping an invalid argument exception is thrown.