GetTextRun Method
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public TextRun? GetTextRun(
int textSourceIndex
)
Public Function GetTextRun (
textSourceIndex As Integer
) As TextRun
abstract GetTextRun :
textSourceIndex : int -> TextRun
override GetTextRun :
textSourceIndex : int -> TextRun
Parameters
Return Value
TextRunImplements
ITextSource.GetTextRun(Int32)See Also
Reference
TextBlock.InlinesTextSource Structure
Avalonia.Controls Namespace