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