TextBlock.SimpleTextSource Structure
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected readonly struct SimpleTextSource : ITextSource,
IEquatable<TextBlock.SimpleTextSource>
Protected Structure SimpleTextSource
Implements ITextSource, IEquatable(Of TextBlock.SimpleTextSource)
[<SealedAttribute>]
type SimpleTextSource =
struct
inherit ValueType
interface ITextSource
interface IEquatable<TextBlock.SimpleTextSource>
end
Inheritance | Object → ValueType → TextBlock.SimpleTextSource |
Implements | ITextSource, IEquatable(TextBlock.SimpleTextSource) |
Constructors
TextBlock.SimpleTextSource(String, TextRunProperties) | Initializes a new instance of the TextBlock.SimpleTextSource class |
Methods
GetTextRun(Int32) | |
GetType() | Gets the Type of the current instance. (Inherited from Object) |