WindowNotificationManagerShow(Object) Method

Shows a notification.

Definition

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

Parameters

content  Object
The content to be displayed.

Implements

IManagedNotificationManagerShow(Object)

See Also