internal void RadioAnimationStop() { Tbl_Radio.BeginAnimation(Canvas.LeftProperty, null); }
internal void RadioAnimationStart() { Tbl_Radio.BeginAnimation(Canvas.LeftProperty, doubleAnimation); }