Class BreakType
Defines different break types.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class BreakType : Enum
Fields
ColumnBreak
Specifies that the current break shall restart itself on the next available text column in the document.
Declaration
public const BreakType ColumnBreak
Field Value
LineBreak
Specifies that the current break shall restart itself on the next line in the document.
Declaration
public const BreakType LineBreak
Field Value
PageBreak
Specifies that the current break shall restart itself on the next page of the document.
Declaration
public const BreakType PageBreak
Field Value
value__
Declaration
public int value__
Field Value
System.
|