Example #1
0
 /// <summary>
 /// Cancels the animation.
 /// </summary>
 public void CancelAnimation()
 {
     Control.AbortAnimation(AnimationId);
 }