ToolTipSetTip Method

Sets 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 void SetTip(
	Control element,
	Object? value
)

Parameters

element  Control
The control to get the property from.
value  Object
The content to be displayed in the control's tooltip.

See Also