Gets or sets whether the control should wrap the text to fit its width.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public TextWrapping TextWrapping { get; set; }
Visual Basic
Public Property TextWrapping As TextWrapping
	Get
	Set
XAML Attribute Usage
<object TextWrapping="TextWrapping" .../>

See Also