WindowNotificationManagerShow(INotification) Method

Show a notification.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void Show(
	INotification content
)

Parameters

content  INotification
 

Implements

INotificationManagerShow(INotification)

See Also