TextBlockSimpleTextSourceGetTextRun Method

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public TextRun? GetTextRun(
	int textSourceIndex
)

Parameters

textSourceIndex  Int32
 

Return Value

TextRun

Implements

ITextSource.GetTextRun(Int32)

See Also