SetBetweenShowDelay Method
Sets the number of milliseconds since the last tooltip closed during which the tooltip of element will open immediately.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
- Control
- The control to get the property from.
- Int32
- The number of milliseconds to set, or a negative value to disable the behaviour.
Remarks
Setting a negative value disables the immediate opening behaviour. The tooltip of element will then always wait until ShowDelayProperty elapses before showing.