ToolTipGetServiceEnabled Method
Gets whether showing and hiding of a control's tooltip will be automatically controlled by Avalonia.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static bool GetServiceEnabled(
Control element
)
Public Shared Function GetServiceEnabled (
element As Control
) As Boolean
static member GetServiceEnabled :
element : Control -> bool
- element Control
- The control to get the property from.
Boolean