TextBlockInlinesTextSource Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public InlinesTextSource(
IReadOnlyList<TextRun> textRuns,
IReadOnlyList<ValueSpan<TextRunProperties>>? textModifier = null
)
Public Sub New (
textRuns As IReadOnlyList(Of TextRun),
Optional textModifier As IReadOnlyList(Of ValueSpan(Of TextRunProperties)) = Nothing
)
new :
textRuns : IReadOnlyList<TextRun> *
?textModifier : IReadOnlyList<ValueSpan<TextRunProperties>>
(* Defaults:
let _textModifier = defaultArg textModifier null
*)
-> InlinesTextSource
Parameters
- textRuns IReadOnlyListTextRun
-
- textModifier IReadOnlyListValueSpanTextRunProperties (Optional)
-