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