GetTextRun Method
Gets a TextRun for specified text source index.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
TextRun? GetTextRun(
int textSourceIndex
)
Function GetTextRun (
textSourceIndex As Integer
) As TextRun
abstract GetTextRun :
textSourceIndex : int -> TextRun
Parameters
- Int32
- The text source index.
Return Value
TextRun
The text run.
See Also
Reference
ITextSource Interface
Avalonia.Media.TextFormatting Namespace