TextBlockInlinesTextSource Structure

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected readonly struct InlinesTextSource : ITextSource
Inheritance
Object    ValueType    TextBlockInlinesTextSource
Implements
ITextSource

Constructors

TextBlockInlinesTextSource(IReadOnlyListTextRun, IReadOnlyListValueSpanTextRunProperties)Initializes a new instance of the TextBlockInlinesTextSource class

Properties

Methods

Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTextRun(Int32) 
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also