예제 #1
0
        public PointView()
        {
            InitializeComponent();
            this.dragFinishedBehavior.DragFinished += new System.Windows.Input.MouseEventHandler(dragFinishedBehavior_DragFinished);

            StaticAnimation.RepeatBehavior = RepeatBehavior.Forever;
            StaticAnimation.Begin();
        }
예제 #2
0
 private void UserControl_LostFocus(object sender, System.Windows.RoutedEventArgs e)
 {
     FocusAnimation.Stop();
     BackToNormal.Begin();
     StaticAnimation.Begin();
 }