SetTip Method
Sets the value of the ToolTip.Tip attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetTip(
Control element,
Object? value
)
Public Shared Sub SetTip (
element As Control,
value As Object
)
static member SetTip :
element : Control *
value : Object -> unit
Parameters
- Control
- The control to get the property from.
- Object
- The content to be displayed in the control's tooltip.