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