IManagedNotificationManagerShow(Object) Method
Shows a notification.
Namespace: Avalonia.Controls.NotificationsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Show(
Object content
)
Sub Show (
content As Object
)
abstract Show :
content : Object -> unit
Parameters
- content Object
- The content to be displayed.