Notification.Wpf
Notification.Wpf copied to clipboard
Close icon style?
how to override default icon?
this does not work
I think, it is impossible...
but you can hide it, using ShowXbtn:
parameter
_notificationManager.Show("Some text", string.Empty, TimeSpan.FromSeconds(3), ShowXbtn: ShowXBtn);
but how to close the toast using my own button?
nevermind made a fork and did what I must