WPF中的Metro Styled Progress Bar

时间:2012-06-06 22:28:39

标签: c# devexpress progress-bar microsoft-metro

有没有办法在WPF中创建Windows 8 ProgressBar?

我不是指转弯圈,我的意思是像那样的动画(带蓝点):

http://blog.humann.info/image.axd?picture=2012%2f3%2fanimated_loader.gif

2 个答案:

答案 0 :(得分:19)

此控件在开源 MahApps.Metro 控件集合中实现为 MetroProgressBar 控件。

另一个 - 略有不同 - 此库中可能感兴趣的加载控件是ProgressRing

答案 1 :(得分:-3)

只需将IsIndeterminate =“True”属性添加到xaml

中的进度条标记即可