ToolTip.

SetTip(Control, object?) Method

Summary

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

Syntax

public static void SetTip(Control element, object? value)

Parameters

Name Type Description
element Control The control to get the property from.
value object? The content to be displayed in the control's tooltip.

Return Value

Type Description
void