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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static int GetBetweenShowDelay(
	Control element
)

Parameters

element  Control
The control to get the property from.

Return Value

Int32

See Also