TextLineBreak Class
Definition
public class TextLineBreak
Constructors
| Name | Description |
|---|---|
| TextLineBreak | No summary available. |
TextLineBreak Constructor
public TextLineBreak(Avalonia.Media.TextFormatting.TextEndOfLine textEndOfLine, Avalonia.Media.FlowDirection flowDirection, bool isSplit)
Parameters
textEndOfLine Avalonia.Media.TextFormatting.TextEndOfLine
flowDirection Avalonia.Media.FlowDirection
isSplit bool
Properties
| Name | Description |
|---|---|
| FlowDirection | Get the flow direction for remaining characters. |
| IsSplit | Gets whether there were remaining runs after this line break, that were split up by the Avalonia.Media.TextFormatting.TextFormatter during the formatting process. |
| TextEndOfLine | Get the end of line run. |
FlowDirection Property
Get the flow direction for remaining characters.
public Avalonia.Media.FlowDirection FlowDirection { get; set; }
IsSplit Property
Gets whether there were remaining runs after this line break, that were split up by the Avalonia.Media.TextFormatting.TextFormatter during the formatting process.
public bool IsSplit { get; set; }
TextEndOfLine Property
Get the end of line run.
public Avalonia.Media.TextFormatting.TextEndOfLine TextEndOfLine { get; set; }