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