toastframe:Windows Phone 8.1 的框架控件,封装了类似 toast 的弹出窗口

时间:2021-07-14 11:51:14
【文件属性】:
文件名称:toastframe:Windows Phone 8.1 的框架控件,封装了类似 toast 的弹出窗口
文件大小:37KB
文件格式:ZIP
更新时间:2021-07-14 11:51:14
C# 烤面包架 Windows Phone 8.1 的框架控件,它封装了类似 toast 的弹出窗口。 它还包括类似状态栏的功能来替换内置的 StatusBar。 为什么? 因为目前没有在 Windows Phone 应用程序中显示 Toast 的简单方法。 在 Windows Store 应用程序中,即使应用程序在前台,也会显示 Toast 通知; Windows Phone 不是这种情况(从 WP8.1 开始)。 为什么要包含状态栏(进度条和文本)功能? 因为目前无法在系统状态栏顶部显示 UI。 如果不包含此功能,将 ToastFrame 与内置的 StatusBar 的 ProgressIndicator 并排使用是可能的,但会很麻烦。 特征 两种类型的吐司:可操作的和信息性的。 可以点击可操作的吐司来激活,或滑动以取消。 (它们也可以通过超时隐藏。) 信息吐司不能被激活或关闭,它
【文件预览】:
toastframe-master
----Em.UI.Xaml.Controls.ToastFrame()
--------Controls()
--------ToastHandledEventArgs.cs(654B)
--------Themes()
--------Properties()
--------ToastResult.cs(551B)
--------Em.UI.Xaml.Controls.ToastFrame.csproj(5KB)
----LICENSE(1KB)
----README.md(2KB)
----ToastFrame.sln(3KB)
----ToastFrameSample()
--------Assets()
--------App.xaml.cs(1KB)
--------ToastFrameSample.csproj(6KB)
--------MainPage.xaml.cs(2KB)
--------MainPage.xaml(1KB)
--------Properties()
--------Package.appxmanifest(2KB)
--------App.xaml(181B)
----.gitignore(3KB)

网友评论