diff --git a/doc/source/handycontrol/extend_controls/notification/index.md b/doc/source/handycontrol/extend_controls/notification/index.md index 92b4119e..bee3b66e 100644 --- a/doc/source/handycontrol/extend_controls/notification/index.md +++ b/doc/source/handycontrol/extend_controls/notification/index.md @@ -1,3 +1,54 @@ --- -title: Notification +title: Notification 桌面通知 --- + +用于在桌面显示一则富内容消息. + +```cs +public sealed class Notification : System.Windows.Window +``` + +# 方法 + +|名称|说明| +|-|-| +| Show(object, ShowAnimation, bool) | 显示桌面通知(消息内容, 动画效果类型, 是否保持打开) | + +# 案例 + +```xml + + + + +