Example #1
0
 public static Thickness GetTo(DoubleAnimation animation)
 {
     return (Thickness)animation.GetValue(ToProperty);
 }
 public static double GetTime(DoubleAnimation animation)
 {
     return (double)animation.GetValue(TimeProperty);
 }
Example #3
0
 public static Thickness GetFrom(DoubleAnimation animation)
 {
     return (Thickness)animation.GetValue(FromProperty);
 }