Method Build
Build(VisualElement)
Build a new Tooltip.
Declaration
public static Tooltip Build(VisualElement referenceView)
Parameters
| Type | Name | Description |
|---|---|---|
| VisualElement | referenceView | An arbitrary UI element used as reference for the application context to attach to the popup. |
Returns
| Type | Description |
|---|---|
| Tooltip | A Tooltip instance. |