SetTextDecorations Method
Sets the value of the attached TextDecorationsProperty on a control.
Definition
Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetTextDecorations(
Control control,
TextDecorationCollection? value
)
Public Shared Sub SetTextDecorations (
control As Control,
value As TextDecorationCollection
)
static member SetTextDecorations :
control : Control *
value : TextDecorationCollection -> unit
Parameters
- Control
- The control.
- TextDecorationCollection
- The property value to set.