Skip to main content

TextEndOfLine Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

A text run that indicates the end of a line.

public class TextEndOfLine

Inheritance: object -> TextRun -> TextEndOfLine

Derived types:TextEndOfParagraph

Constructors

NameDescription
TextEndOfLineNo summary available.

TextEndOfLine Constructor

public TextEndOfLine(int textSourceLength)

Parameters

textSourceLength int

Properties

NameDescription
LengthNo summary available.
PropertiesA set of properties shared by every characters in the run Inherited from TextRun.
TextGets the text run's text. Inherited from TextRun.

Length Property

public int Length { get; set; }

Fields

NameDescription
DefaultTextSourceLengthInherited from TextRun.