Class TextWrapping
Specifies the text wrapping supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
TextWrapping
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class TextWrapping : Enum
Fields
NoWrap
Draws the entire paragraph content in a single line, either it fits in container width or extends outside.
Declaration
public const TextWrapping NoWrap
Field Value
Type |
---|
TextWrapping |
Wrap
Draws the paragraph content that fit in container width and moves remaining content to next line.
Declaration
public const TextWrapping Wrap
Field Value
Type |
---|
TextWrapping |