Enum TextWrappingStyle
Specifies the Text Wrapping Style supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum TextWrappingStyle
Fields
| Name | Description |
|---|---|
| Behind | Aligns the text wrapping style to the behind. |
| InFrontOfText | Aligns the text wrapping style to the infront of text. |
| Inline | Aligns the text wrapping style to the inline. |
| Square | Aligns the text wrapping style to the square. |
| Through | Aligns the text wrapping style to the through. |
| Tight | Aligns the text wrapping style to the tight. |
| TopAndBottom | Aligns the text wrapping style to the top and bottom. |