ToolTipGetTip Method
Gets the value of the ToolTip.Tip attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static Object? GetTip(
Control element
)
Public Shared Function GetTip (
element As Control
) As Object
static member GetTip :
element : Control -> Object
- element Control
- The control to get the property from.
Object
The content to be displayed in the control's tooltip.