GetTip Method
Gets the value of the ToolTip.Tip attached property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static Object? GetTip(
Control element
)
Public Shared Function GetTip (
element As Control
) As Object
static member GetTip :
element : Control -> Object
Parameters
- Control
- The control to get the property from.
Return Value
Object
The content to be displayed in the control's tooltip.