namespace Avalonia.Media.TextFormatting { /// /// A text run that indicates the end of a line. /// public class TextEndOfLine : TextRun { } }