Skip to main content

SetShowDelay Method

Sets the value of the ToolTip.ShowDelay attached property.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public static void SetShowDelay(
Control element,
int value
)

Parameters

  Control
The control to get the property from.
  Int32
A value indicating the time, in milliseconds, before a tool tip opens.

See Also

Reference

ToolTip Class
Avalonia.Controls Namespace