public enum AnimationStopBehaviorPublic Enumeration AnimationStopBehaviortype AnimationStopBehavior| LeaveCurrentValue | 0 | Leave the animation at its current value. |
| SetToInitialValue | 1 | Reset the animation to its initial value. |
| SetToFinalValue | 2 | Set the animation to its final value. |