如何在Windows Phone中的页面顶部显示加载挡板 [英] how to show loading bezel on top of a page in windows phone

查看:83
本文介绍了如何在Windows Phone中的页面顶部显示加载挡板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在Windows Phone 8.1上创建了一个页面。我必须在页面顶部加载加载挡板,但在后台,页面内容应该是可见的。



I have created a page on windows phone 8.1 . i have to load the loading bezel on top of the page but at the background the page content should be visible.

推荐答案

嗯,这是系统托盘中的进度指示器。

Umm, that's progress indicator in the system tray.
<shell:SystemTray.ProgressIndicator>
    <shell:ProgressIndicator IsIndeterminate="True" Text="Loading"

                             IsVisible="{Binding Loading}" />
</shell:SystemTray.ProgressIndicator>




StatusBarProgressIndicator progressbar = StatusBar.GetForCurrentView().ProgressIndicator;
progressbar.Text = "Loading";
progressbar.ShowAsync();



阅读本文,

http://www.visuallylocated.com/post/2014/04/ 06 /显示系统 - ProgressIndicator-in-a-Windows-Phone-81-XAML-app.aspx [ ^ ]



-KR


Read this,
http://www.visuallylocated.com/post/2014/04/06/Showing-the-system-ProgressIndicator-in-a-Windows-Phone-81-XAML-app.aspx[^]

-KR


这篇关于如何在Windows Phone中的页面顶部显示加载挡板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆