Summary
A text run that holds text characters.
- Namespace
- Avalonia
.Media .TextFormatting - Base Types
-
- object
- TextRun
graph BT
Type-->Base0["TextRun"]
click Base0 "/api/Avalonia.Media.TextFormatting/TextRun"
Base0-->Base1["object"]
Type["TextCharacters"]
class Type type-node
Syntax
public class TextCharacters : TextRun
Constructors
Fields
Name | Constant Value | Summary |
---|---|---|
Default |
Inherited from TextRun
static
|
Properties
Name | Value | Summary |
---|---|---|
Properties | TextRunProperties |
A set of properties shared by every characters in the run
|
Text | ReadOnlySlice |
Gets the text run's text.
|
TextSourceLength | int |
Gets the text source length.
|
Methods
Name | Value | Summary |
---|---|---|
TryGetRunProperties |
bool |
Tries to get run properties.
|