本文介绍了哪里是ProgressRing控制?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想写一款Windows Phone 8 SDK基于应用程序。我一直看到ProgressRing控制的提及,但我没有看到它在工具箱或XAML设计。

I am trying to write a Windows Phone 8 SDK-based application. I keep seeing mention of a ProgressRing control but I don't see it in the Toolbox or in the xaml designer.

我如何使用它?

推荐答案

ProgressRing是Win8的UI控件,不WP8的一部分。在WP8你应该使用SystemTray.ProgressIndicator,而不是它是Windows手机用户界面外壳的一部分。请参见和样品

ProgressRing is part of the Win8 UI controls, not WP8. In WP8 you should use SystemTray.ProgressIndicator instead which is part of the windows phone UI shell. See here and here for samples.

这篇关于哪里是ProgressRing控制?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 11:24