I have something like this:
barProgress.BeginAnimation(RangeBase.ValueProperty, new DoubleAnimation( barProgress.Value, dNextProgressValue, new Duration(T
To stop it, call BeginAnimation again with the second argument set to null.
BeginAnimation
null