ToolTipGetShowDelay Method

Gets the value of the ToolTip.ShowDelay attached property.

Definition

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

Parameters

element  Control
The control to get the property from.

Return Value

Int32
A value indicating the time, in milliseconds, before a tool tip opens.

See Also