GetBetweenShowDelay Method
Gets the number of milliseconds since the last tooltip closed during which the tooltip of element will open immediately, or a negative value indicating that the tooltip will always wait for ShowDelayProperty before opening.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static int GetBetweenShowDelay(
Control element
)
Public Shared Function GetBetweenShowDelay (
element As Control
) As Integer
static member GetBetweenShowDelay :
element : Control -> int
Parameters
- Control
- The control to get the property from.