Class TextLineBreak
- Namespace
- Avalonia.Media.TextFormatting
- Assembly
- Avalonia.Base.dll
public class TextLineBreak
- Inheritance
-
TextLineBreak
- Inherited Members
Constructors
TextLineBreak(TextEndOfLine?, FlowDirection, bool)
public TextLineBreak(TextEndOfLine? textEndOfLine = null, FlowDirection flowDirection = FlowDirection.LeftToRight, bool isSplit = false)
Parameters
textEndOfLine
TextEndOfLineflowDirection
FlowDirectionisSplit
bool
Properties
FlowDirection
Get the flow direction for remaining characters.
public FlowDirection FlowDirection { get; }
Property Value
IsSplit
Gets whether there were remaining runs after this line break, that were split up by the TextFormatter during the formatting process.
public bool IsSplit { get; }
Property Value
TextEndOfLine
Get the end of line run.
public TextEndOfLine? TextEndOfLine { get; }