WindowNotificationManager(TopLevel) Constructor
Initializes a new instance of the WindowNotificationManager class.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public WindowNotificationManager(
TopLevel? host
)
Public Sub New (
host As TopLevel
)
new :
host : TopLevel -> WindowNotificationManager
Parameters
- TopLevel
- The TopLevel that will host the control.
See Also
Reference
WindowNotificationManager Class
WindowNotificationManager Overload
Avalonia.Controls.Notifications Namespace