Notification.Wpf icon indicating copy to clipboard operation
Notification.Wpf copied to clipboard

Close icon style?

Open ildar-shaymukhametov opened this issue 2 years ago • 3 comments

image how to override default icon?

image this does not work

ildar-shaymukhametov avatar Nov 21 '22 06:11 ildar-shaymukhametov

I think, it is impossible... but you can hide it, using ShowXbtn: parameter

 _notificationManager.Show("Some text", string.Empty, TimeSpan.FromSeconds(3), ShowXbtn: ShowXBtn);

Platonenkov avatar Nov 21 '22 07:11 Platonenkov

but how to close the toast using my own button?

ildar-shaymukhametov avatar Nov 21 '22 09:11 ildar-shaymukhametov

nevermind made a fork and did what I must

ildar-shaymukhametov avatar Nov 21 '22 10:11 ildar-shaymukhametov