ToolTipGetTip Method

Gets the value of the ToolTip.Tip attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static Object? GetTip(
	Control element
)

Parameters

element  Control
The control to get the property from.

Return Value

Object
The content to be displayed in the control's tooltip.

See Also