ToolTip QML Type
A styled tooltip. More...
| Import Statement: | import FluentUI 1.0 |
Properties
Detailed Description
ToolTip provides a small pop-up label that appears when the user hovers over a control, providing additional context or guidance. The tooltip automatically shows after a configurable delay and hides after a configurable timeout.
Property Documentation
delay : int
The delay in milliseconds before the tooltip appears when the user hovers over the associated control.
text : string
The text content of the tooltip.
timeout : int
The duration in milliseconds after which the tooltip automatically hides. Set to 0 for a tooltip that does not auto-hide.
visible : bool
Whether the tooltip is currently visible.