How to Use ProgressRing in Windows Phone 8
问题 In referencing http://briandunnington.github.io/progressring-wp8.html for a fun new implementation of a progress indicator, I would like to adapt the ProgressRing control to Windows Phone 8. I am not sure though how exactly to add everything in the MainPage of my application. What I have is as follows MainPage.xaml <phone:PhoneApplicationPage.Resources> <!-- Default style for Windows.UI.Xaml.Controls.ProgressRing --> <Style TargetType="controls:ProgressRing"> <Setter Property="Foreground"