Skip to main content

SetTip Method

Sets the value of the ToolTip.Tip attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

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

Parameters

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

See Also

Reference

ToolTip Class
Avalonia.Controls Namespace