Skip to main content

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)

public static int GetBetweenShowDelay(
Control element
)

Parameters

  Control
The control to get the property from.

Return Value

Int32

See Also

Reference

ToolTip Class
Avalonia.Controls Namespace