Class LayoutType
Specifies the layout type supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
LayoutType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class LayoutType : Enum
Fields
Block
Specifies the content to be displayed continuously in single page, by restricting scrolling, zooming and editing (similar to TextBlock).
Declaration
public const LayoutType Block
Field Value
Type |
---|
LayoutType |
Continuous
Specifies the content to be displayed continuously in single page.
Declaration
public const LayoutType Continuous
Field Value
Type |
---|
LayoutType |
Pages
Specifies the content to be displayed in multiple pages.
Declaration
public const LayoutType Pages
Field Value
Type |
---|
LayoutType |