WindowNotificationManager(TopLevel) Constructor

Initializes a new instance of the WindowNotificationManager class.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public WindowNotificationManager(
	TopLevel? host
)

Parameters

host  TopLevel
The TopLevel that will host the control.

See Also