Metro Styled Progress Bar in WPF

c#, devexpress, microsoft-metro, progress-bar

Solution

This control is implemented in the open source MahApps.Metro controls collection as the MetroProgressBar control.

Another - slightly different - loading control in this library that might interest you is the ProgressRing.

Problem

Is there any way to create a Windows 8 ProgressBar in WPF? I don't mean the turning circle, I mean the one animated like that (with blue dots): http://blog.humann.info/image.axd?picture=2012%2f3%2fanimated_loader.gif

Original source