InlineGetTextDecorations Method

Gets the value of the attached TextDecorationsProperty on a control.

Definition

Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static TextDecorationCollection? GetTextDecorations(
	Control control
)

Parameters

control  Control
The control.

Return Value

TextDecorationCollection
The font style.

See Also