Method GetTooltipTemplate
GetTooltipTemplate(VisualElement)
Get the tooltip template for a VisualElement.
Declaration
public static VisualElement GetTooltipTemplate(this VisualElement element)
Parameters
| Type | Name | Description | 
|---|---|---|
| VisualElement | element | The target visual element.  | 
    
Returns
| Type | Description | 
|---|---|
| VisualElement | The tooltip template.  | 
    
Exceptions
| Type | Condition | 
|---|---|
| ArgumentNullException | The VisualElement object can't be null.  |