Class Break
Represents a break.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 the break.
Declaration
public BreakType BreakType { get; set; }
Property Value
BreakType
The type of the break. |
TextWrappingRestartLocation
Gets or sets the text wrapping restart location.
Declaration
public TextWrappingRestartLocation TextWrappingRestartLocation { get; set; }
Property Value
TextWrappingRestartLocation
The text wrapping restart location. |