コード例 #1
0
 private void Window_MouseLeave(object sender, MouseEventArgs e)
 {
     BtnClose.BeginAnimation(OpacityProperty, Animations.FadeOut);
 }