Class Break
Inline element that forces content to continue on the next line, column, or page.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Break : InlineBase
Constructors
Break(RadFlowDocument)
Initializes a new instance of the Break class.
Declaration
public Break(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |
Properties
BreakType
Gets or sets the type of break that determines where content resumes (line, column, or page).
Declaration
public BreakType BreakType { get; set; }
Property Value
|
BreakType
The type of the break. |
TextWrappingRestartLocation
Gets or sets where text resumes when wrapping around floating objects.
Declaration
public TextWrappingRestartLocation TextWrappingRestartLocation { get; set; }
Property Value
|
TextWrappingRestartLocation
The text wrapping restart location. |