Class BreakType
Specifies the type of the break.
Inheritance
System.Object
BreakType
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class BreakType : Enum
Fields
LineBreak
Line break type.
Declaration
public const BreakType LineBreak
Field Value
Type |
---|
BreakType |
PageBreak
Page break type.
Declaration
public const BreakType PageBreak
Field Value
Type |
---|
BreakType |