Class TextEndOfLine
- Namespace
- Avalonia.Media.TextFormatting
- Assembly
- Avalonia.Base.dll
A text run that indicates the end of a line.
public class TextEndOfLine : TextRun
- Inheritance
-
TextEndOfLine
- Derived
- Inherited Members
Constructors
TextEndOfLine(int)
public TextEndOfLine(int textSourceLength = 1)
Parameters
textSourceLength
int
Properties
Length
Gets the text source length.
public override int Length { get; }