Component: Tooltip

The TutorialTooltip component is an extension to TutorialMessage that provides a way to display a tooltip. A tooltip is typically a temporary popup window that appears when the user hovers over an element or clicks on it. In the context of handheld devices, this is typically done by holding the finger on the element.

This component has a property for the default tooltip settings named TooltipSettings.

Tooltip Settings

Property Description
AppearanceDelay Delay in seconds before the tooltip appears. This is the minimum time after hovering the element or the duration of long-click, depending on the trigger.
VisibleDelay Delay in seconds before an already visible tooltip gets updated.
MaxDuration Max time in seconds for the tooltip to remain visible. Specify 0 for infinite.
DelayBeforeHiding Delay in seconds before the tooltip hides.