Table of Contents

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 TextEndOfLine
flowDirection FlowDirection
isSplit bool

Properties

FlowDirection

Get the flow direction for remaining characters.

public FlowDirection FlowDirection { get; }

Property Value

FlowDirection

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

bool

TextEndOfLine

Get the end of line run.

public TextEndOfLine? TextEndOfLine { get; }

Property Value

TextEndOfLine