Ejemplo n.º 1
0
 private void UIElement_OnPointerExited(object sender, PointerRoutedEventArgs e)
 {
     if (Common.Setting.expandAnimation)
     {
         StoryboardOut.Begin();
     }
 }
Ejemplo n.º 2
0
 private void UIElement_OnPointerEntered(object sender, PointerRoutedEventArgs e)
 {
     StoryboardOut.Begin();
 }