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