Esempio n. 1
0
 internal void RadioAnimationStop()
 {
     Tbl_Radio.BeginAnimation(Canvas.LeftProperty, null);
 }
Esempio n. 2
0
 internal void RadioAnimationStart()
 {
     Tbl_Radio.BeginAnimation(Canvas.LeftProperty, doubleAnimation);
 }