我正在尝试编写基于 Windows Phone 8 SDK 的应用程序。我不断看到提到 ProgressRing 控件,但在工具箱或 xaml 设计器中没有看到它。
我该如何使用它?
我正在尝试编写基于 Windows Phone 8 SDK 的应用程序。我不断看到提到 ProgressRing 控件,但在工具箱或 xaml 设计器中没有看到它。
我该如何使用它?
请参阅下面的博客链接,了解简单的复制和粘贴代码以准确复制 Windows ProgressRing(使用实际样式代码)。完美运行,只需将其添加到我的 WP8 项目中:
http://briandunnington.github.io/progressring-wp8.html
在此问题的答案中有更多关于将其调整为 WP8 的信息:
如何在 Windows Phone 8 中使用 ProgressRing
为您的手机下载此应用程序以查看它的实际效果。
ProgressRing 不适用于 Windows Phone 7 或 8,您必须使用 ProgressBar 或者 PerformanceProgressBar: http:
//www.windowsphonegeek.com/articles/WP7-PerformanceProgressBar-in-depth