Class BreakType
Defines different break types.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.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
BreakType
|
LineBreak
Specifies that the current break shall restart itself on the next line in the document.
Declaration
public const BreakType LineBreak
Field Value
BreakType
|
PageBreak
Specifies that the current break shall restart itself on the next page of the document.
Declaration
public const BreakType PageBreak
Field Value
BreakType
|
value__
Declaration
public int value__
Field Value
System.Int32
|