Skip to main content

UnshapedTextRun Class

Definition

Assembly:Avalonia.Base
Package:Avalonia

A group of characters that can be shaped.

public class UnshapedTextRun

Inheritance: object -> TextRun -> UnshapedTextRun

Constructors

NameDescription
UnshapedTextRunNo summary available.

UnshapedTextRun Constructor

public UnshapedTextRun(ReadOnlyMemory<char> text, Avalonia.Media.TextFormatting.TextRunProperties properties, sbyte biDiLevel)

Parameters

text ReadOnlyMemory<char>

properties Avalonia.Media.TextFormatting.TextRunProperties

biDiLevel sbyte

Properties

NameDescription
BidiLevelNo summary available.
LengthNo summary available.
PropertiesNo summary available.
TextNo summary available.

BidiLevel Property

public sbyte BidiLevel { get; set; }

Length Property

public int Length { get; set; }

Properties Property

public Avalonia.Media.TextFormatting.TextRunProperties Properties { get; set; }

Text Property

public ReadOnlyMemory<char> Text { get; set; }

Fields

NameDescription
DefaultTextSourceLengthInherited from TextRun.