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