Class TextWrappingStyle
Specifies the Text Wrapping Style supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
TextWrappingStyle
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class TextWrappingStyle : Enum
Fields
Behind
Aligns the text wrapping style to the behind.
Declaration
public const TextWrappingStyle Behind
Field Value
Type |
---|
TextWrappingStyle |
InFrontOfText
Aligns the text wrapping style to the infront of text.
Declaration
public const TextWrappingStyle InFrontOfText
Field Value
Type |
---|
TextWrappingStyle |
Inline
Aligns the text wrapping style to the inline.
Declaration
public const TextWrappingStyle Inline
Field Value
Type |
---|
TextWrappingStyle |
Square
Aligns the text wrapping style to the square.
Declaration
public const TextWrappingStyle Square
Field Value
Type |
---|
TextWrappingStyle |
Through
Aligns the text wrapping style to the through.
Declaration
public const TextWrappingStyle Through
Field Value
Type |
---|
TextWrappingStyle |
Tight
Aligns the text wrapping style to the tight.
Declaration
public const TextWrappingStyle Tight
Field Value
Type |
---|
TextWrappingStyle |
TopAndBottom
Aligns the text wrapping style to the top and bottom.
Declaration
public const TextWrappingStyle TopAndBottom
Field Value
Type |
---|
TextWrappingStyle |