UnshapedTextRun Class
Definition
A group of characters that can be shaped.
public class UnshapedTextRun
Constructors
| Name | Description |
|---|---|
| UnshapedTextRun | No 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
| Name | Description |
|---|---|
| BidiLevel | No summary available. |
| Length | No summary available. |
| Properties | No summary available. |
| Text | No 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
| Name | Description |
|---|---|
| DefaultTextSourceLength | Inherited from TextRun. |