ToolTip.

GetTip(Control) Method

Summary

Gets the value of the ToolTip.Tip attached property.
Namespace
Avalonia.Controls
Containing Type
ToolTip

Syntax

public static object? GetTip(Control element)

Parameters

Name Type Description
element Control The control to get the property from.

Return Value

Type Description
object? The content to be displayed in the control's tooltip.