ToolTipSetShowDelay Method
Sets the value of the ToolTip.ShowDelay attached property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetShowDelay(
Control element,
int value
)
Public Shared Sub SetShowDelay (
element As Control,
value As Integer
)
static member SetShowDelay :
element : Control *
value : int -> unit
Parameters
- element Control
- The control to get the property from.
- value Int32
- A value indicating the time, in milliseconds, before a tool tip opens.