I use the progress ring in XAML like in the guide:
<Controls:ProgressRing IsActive="True" />
Is there any way to control the speed of a progress ring?
I use the progress ring in XAML like in the guide:
<Controls:ProgressRing IsActive="True" />
Is there any way to control the speed of a progress ring?
ProgressRing
does not have properties to control the speed. However, you can implement your own style. Take the default style as a starting point, you will see the timing there.