Enum TextWrapping
Specifies the text wrapping supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum TextWrappingFields
| Name | Description | 
|---|---|
| NoWrap | Draws the entire paragraph content in a single line, either it fits in container width or extends outside. | 
| Wrap | Draws the paragraph content that fit in container width and moves remaining content to next line. |