ITextSourceGetTextRun Method
Gets a
TextRun for specified text source index.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
TextRun? GetTextRun(
int textSourceIndex
)
Function GetTextRun (
textSourceIndex As Integer
) As TextRun
abstract GetTextRun :
textSourceIndex : int -> TextRun
- textSourceIndex Int32
- The text source index.
TextRunThe text run.