Esempio n. 1
0
 public static void BeginAnimation(this Animatable animatable, DependencyProperty dp, object dummy)
 {
     animatable.ClearAnimation(dp);
 }