Summary
Generic implementation of TextRunProperties
- Namespace
- Avalonia
.Media .TextFormatting - Interfaces
-
- IEquatable
<TextRunProperties>
- IEquatable
- Base Types
-
- object
- TextRunProperties
graph BT
Type-->Base0["TextRunProperties"]
click Base0 "/api/Avalonia.Media.TextFormatting/TextRunProperties"
Base0-->Base1["object"]
Type-.->Interface0["IEquatable<TextRunProperties>"]
Type["GenericTextRunProperties"]
class Type type-node
Syntax
public class GenericTextRunProperties : TextRunProperties, IEquatable<TextRunProperties>
Constructors
Properties
Name | Value | Summary |
---|---|---|
BackgroundBrush | IBrush |
Brush used to paint background of run.
|
CultureInfo | CultureInfo |
Run text culture.
|
FontRenderingEmSize | double |
Em size of font used to format and display text
|
ForegroundBrush | IBrush |
Brush used to fill text.
|
TextDecorations | Text |
Run TextDecorations.
|
Typeface | Typeface |
Run typeface
|
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Inherited from TextRunProperties
|
Equals |
bool |
Inherited from TextRunProperties
|
GetHashCode |
int |
Inherited from TextRunProperties
|
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool |
Inherited from TextRunProperties
|
operator == |
bool |
Inherited from TextRunProperties
|