Class
Break

Inline element that forces content to continue on the next line, column, or page.

Definition

Constructors

Break(RadFlowDocument)

Initializes a new instance of the Break class.

Declaration

cs-api-definition
public Break(RadFlowDocument document)

Parameters

document

RadFlowDocument

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

BreakType

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

TextWrappingRestartLocation

The text wrapping restart location.