ToolTipSetBetweenShowDelay Method
Sets the number of milliseconds since the last tooltip closed during which the tooltip of element will open immediately.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetBetweenShowDelay(
Control element,
int value
)
Public Shared Sub SetBetweenShowDelay (
element As Control,
value As Integer
)
static member SetBetweenShowDelay :
element : Control *
value : int -> unit
Parameters
- element Control
- The control to get the property from.
- value Int32
- The number of milliseconds to set, or a negative value to disable the behaviour.
Setting a negative value disables the immediate opening behaviour. The tooltip of
element will then always wait until
ShowDelayProperty elapses before showing.