TextBlockSimpleTextSource Structure

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected readonly struct SimpleTextSource : ITextSource, 
	IEquatable<TextBlockSimpleTextSource>
Inheritance
Object    ValueType    TextBlockSimpleTextSource
Implements
ITextSource, IEquatableTextBlockSimpleTextSource

Constructors

TextBlockSimpleTextSource(String, TextRunProperties)Initializes a new instance of the TextBlockSimpleTextSource class

Methods

GetTextRun(Int32) 
GetTypeGets the Type of the current instance.
(Inherited from Object)

See Also