Method SetContent
SetContent(VisualElement)
Set the content of the tooltip.
Declaration
public Tooltip SetContent(VisualElement content)
Parameters
| Type | Name | Description |
|---|---|---|
| VisualElement | content | The content to display inside the tooltip. |
Returns
| Type | Description |
|---|---|
| Tooltip | The Tooltip. |
Remarks
Passing null will clear the content of the tooltip.