I have something like this:
barProgress.BeginAnimation(RangeBase.ValueProperty, new DoubleAnimation( barProgress.Value, dNextProgressValue, new Duration(T
Place the animation in a StoryBoard. Call Begin() and Stop() on the storyboard to start to stop the animations.