TextEndOfParagraph Class

Summary

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

Syntax

public class TextEndOfParagraph : TextEndOfLine

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