FormattedTextSetTextDecorations(TextDecorationCollection, Int32, Int32) Method
Sets or changes the text decorations
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void SetTextDecorations(
TextDecorationCollection textDecorations,
int startIndex,
int count
)
Public Sub SetTextDecorations (
textDecorations As TextDecorationCollection,
startIndex As Integer,
count As Integer
)
member SetTextDecorations :
textDecorations : TextDecorationCollection *
startIndex : int *
count : int -> unit
Parameters
- textDecorations TextDecorationCollection
- Text decorations
- startIndex Int32
- The start index of initial character to apply the change to.
- count Int32
- The number of characters the change should be applied to.