ToastNotifications icon indicating copy to clipboard operation
ToastNotifications copied to clipboard

can show the notification in desktop not the application mainwindow?

Open GuangZhouDekang opened this issue 4 years ago • 1 comments

GuangZhouDekang avatar Jul 01 '20 07:07 GuangZhouDekang

This is already possible. As per documentation:

// PrimaryScreenPositionProvider Notifier notifier = new Notifier(cfg => { cfg.PositionProvider = new PrimaryScreenPositionProvider( corner: Corner.BottomRight, offsetX: 10, offsetY: 10); /* * */ });

See full documentation here.

pfic avatar Jul 24 '20 18:07 pfic