Skip to main content

INotification Properties

Properties

ExpirationGets the expiration time of the notification after which it will automatically close. If the value is Zero then the notification will remain open until the user closes it.
MessageGets the notification message.
OnClickGets an Action to be run when the notification is clicked.
OnCloseGets an Action to be run when the notification is closed.
TitleGets the Title of the notification.
TypeGets the NotificationType of the notification.

See Also

Reference

INotification Interface
Avalonia.Controls.Notifications Namespace