ToolTipGetBetweenShowDelay 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.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static int GetBetweenShowDelay(
Control element
)
Public Shared Function GetBetweenShowDelay (
element As Control
) As Integer
static member GetBetweenShowDelay :
element : Control -> int
- element Control
- The control to get the property from.
Int32