# tooltip

> Text to display inside an information box after the user hovers the element for a small amount of time. This is only supported in the Editor UI.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.7/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
[UxmlAttribute]
public string tooltip { get; set; }
```
