Skip to main content

TextEndOfParagraph Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

A text run that indicates the end of a paragraph.

public class TextEndOfParagraph

Inheritance: object -> TextRun -> TextEndOfLine -> TextEndOfParagraph

Constructors

NameDescription
TextEndOfParagraph (2 overloads)No summary available.

TextEndOfParagraph overloads

TextEndOfParagraph Constructor

public TextEndOfParagraph()

TextEndOfParagraph Constructor

public TextEndOfParagraph(int textSourceLength)
Parameters

textSourceLength int

Properties

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

Fields

NameDescription
DefaultTextSourceLengthInherited from TextRun.