コード例 #1
0
 void a_AnimationComplete(object sender, LynxAnimationCompleteEventArgs e)
 {
     Canvas.SetTop(ctp, e.EndP.Y);
     Canvas.SetLeft(ctp, e.EndP.X);
     //StackPanel tb = CameraTestDesktop.getTaskBar();
     //tb.Children.Remove(this);
 }
コード例 #2
0
        void hidea_AnimationComplete(object sender, LynxAnimationCompleteEventArgs e)
        {
            Panel p = CameraTestDesktop.getDesktopPanel();

            if (p != null)
            {
                p.Children.Remove(ctp);
            }
            StackPanel tb = CameraTestDesktop.getTaskBar();

            if (!tb.Children.Contains(this))
            {
                tb.Children.Add(this);
            }
        }
コード例 #3
0
 void a_AnimationComplete(object sender, LynxAnimationCompleteEventArgs e)
 {
     //Canvas.SetLeft(button1, e.EndP.X);
     //Canvas.SetTop(button1, e.EndP.Y);
     //throw new NotImplementedException();
 }