MahApps.Metro Progress Ring speed change

786 views Asked by At

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?

1

There are 1 answers

0
Thomas Freudenberg On BEST ANSWER

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.