[源码下载] 背水一战 Windows 10 (104) - 通知(Toast): 纯文本 toast, 短时 toast, 长时 toast, 图文 toast 作者:webabcd 介绍背水一战 Windows 10 之 通知(Toast) 纯文本 toast 短时 toast 长时 toast 图文 toast 示例1.本例用于演示如何弹出纯文本 toast,以及如何控制 toast 的显示时长(短时和长时两种)Notification/Toast/Text.xaml <Page x:Cl…
[源码下载] 背水一战 Windows 10 (105) - 通知(Toast): 带按钮的 toast, 带输入的 toast(文本输入框,下拉选择框) 作者:webabcd 介绍背水一战 Windows 10 之 通知(Toast) 带按钮的 toast 带输入的 toast(文本输入框,下拉选择框) 示例1.本例用于演示如何弹出带按钮的 toastNotification/Toast/ActionButton.xaml <Page x:Class="Windows10.Notific…
[源码下载] 背水一战 Windows 10 (106) - 通知(Toast): 通过 toast 打开协议, 通过 toast 选择在指定的时间之后延迟提醒或者取消延迟提醒 作者:webabcd 介绍背水一战 Windows 10 之 通知(Toast) 通过 toast 打开协议 通过 toast 选择在指定的时间之后延迟提醒或者取消延迟提醒 示例1.本例用于演示如何通过 toast 打开指定的协议Notification/Toast/LaunchProtocol.xaml <Page x…
[源码下载] 背水一战 Windows 10 (110) - 通知(Tile): secondary tile 模板之基础, secondary tile 模板之文本 作者:webabcd 介绍背水一战 Windows 10 之 通知(Tile) secondary tile 模板之基础 secondary tile 模板之文本 示例1.本例用于演示 tile 显示模板的基础Notification/Tile/TemplateBasic.xaml <Page x:Class="Window…
[源码下载] 背水一战 Windows 10 (107) - 通知(Toast): 提示音, 特定场景 作者:webabcd 介绍背水一战 Windows 10 之 通知(Toast) 提示音 特定场景 示例1.本例用于演示 toast 的提示音Notification/Toast/Audio.xaml <Page x:Class="Windows10.Notification.Toast.Audio" xmlns="http://schemas.microsoft.c…
[源码下载] 背水一战 Windows 10 (103) - 通知(Toast): 基础, 按计划显示 toast 通知 作者:webabcd 介绍背水一战 Windows 10 之 通知(Toast) 基础 按计划显示 toast 通知 示例1.本例用于演示当通过 toast 激活 app 时(前台方式激活),如何获取相关信息Notification/Toast/Demo.xaml <Page x:Class="Windows10.Notification.Toast.Demo"…
[源码下载] 背水一战 Windows 10 (30) - 控件(文本类): AutoSuggestBox 作者:webabcd 介绍背水一战 Windows 10 之 控件(文本类) AutoSuggestBox 示例Controls/TextControl/AutoSuggestBoxDemo.xaml <Page x:Class="Windows10.Controls.TextControl.AutoSuggestBoxDemo" xmlns="http://sc…
[源码下载] 背水一战 Windows 10 (28) - 控件(文本类): TextBox, PasswordBox 作者:webabcd 介绍背水一战 Windows 10 之 控件(文本类) TextBox PasswordBox 示例1.TextBox 的示例 1Controls/TextControl/TextBoxDemo1.xaml <Page x:Class="Windows10.Controls.TextControl.TextBoxDemo1" xmlns=&…
[源码下载] 背水一战 Windows 10 (111) - 通知(Tile): secondary tile 模板之图片, secondary tile 模板之分组 作者:webabcd 介绍背水一战 Windows 10 之 通知(Tile) secondary tile 模板之图片 secondary tile 模板之分组 示例1.本例用于演示 tile 显示模板的图片相关的知识点Notification/Tile/TemplateImage.xaml <Page x:Class="…
[源码下载] 背水一战 Windows 10 (29) - 控件(文本类): RichTextBlock, RichTextBlockOverflow, RichEditBox 作者:webabcd 介绍背水一战 Windows 10 之 控件(文本类) RichTextBlock RichTextBlockOverflow RichEditBox 示例1.RichTextBlock 的示例Controls/TextControl/RichTextBlockDemo.xaml <Page x:C…