Summary
Show a notification.
- Namespace
- Avalonia
.Controls .Notifications - Containing Type
- INotificationManager
Syntax
void Show(INotification notification)
Parameters
Name | Type | Description |
---|---|---|
notification | INotification | The notification to be displayed. |
Return Value
Type | Description |
---|---|
void |