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

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public TextWrapping TextWrapping { get; set; }
Visual Basic
Public Property TextWrapping As TextWrapping
	Get
	Set

See Also