Method FindTooltipLayer
FindTooltipLayer(VisualElement)
Utility method to quickly find the current application's Tooltip layer.
Declaration
public static VisualElement FindTooltipLayer(VisualElement element)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | element | An element present in the application visual tree. |
Returns
Type | Description |
---|---|
VisualElement | The Tooltip layer container. |