BreakType
Enum
Defines different break types.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum BreakType
Fields
Specifies that the current break shall restart itself on the next available text column in the document.
C#
ColumnBreak = 2
Specifies that the current break shall restart itself on the next line in the document.
C#
LineBreak = 0