用于在桌面显示一则富内容消息.
1 | public sealed class Notification : System.Windows.Window |
方法
名称 | 说明 |
---|---|
Show(object, ShowAnimation, bool) | 显示桌面通知(消息内容, 动画效果类型, 是否保持打开) |
案例
1 | <Border x:Class="HandyControlDemo.UserControl.AppNotification" |
1 | namespace HandyControlDemo.UserControl |
1 | Notification.Show(new AppNotification(), ShowAnimation.Fade, true) |