TextEndOfLine Class

Summary

A text run that indicates the end of a line.
Namespace
Avalonia.Media.TextFormatting
Base Types
Derived Types
graph BT Type-->Base0["TextRun"] click Base0 "/api/Avalonia.Media.TextFormatting/TextRun" Base0-->Base1["object"] Type["TextEndOfLine"] class Type type-node Derived0["TextEndOfParagraph"]-->Type click Derived0 "/api/Avalonia.Media.TextFormatting/TextEndOfParagraph"

Syntax

public class TextEndOfLine : TextRun

Fields

Name Constant Value Summary
DefaultTextSourceLength
Inherited from TextRun
static

Properties

Name Value Summary
Properties TextRunProperties
A set of properties shared by every characters in the run
Inherited from TextRun
Text ReadOnlySlice<char>
Gets the text run's text.
Inherited from TextRun
TextSourceLength int
Gets the text source length.
Inherited from TextRun