我有这样的事情:
barProgress.BeginAnimation(RangeBase.ValueProperty,新的 DoubleAnimation(
barProgress.Value,dNextProgressValue,
新的持续时间(TimeSpan.FromSeconds(dDuration)));
现在,您将如何停止该动画(DoubleAnimation)?我想这样做的原因是因为我想开始新的动画(这似乎有效,但很难说)并最终停止最后一个动画......