コード例 #1
0
 private void MouseLeft(object sender, MouseEventArgs e)
 {
     TimeTB.BeginAnimation(OpacityProperty, _fadeOut);
 }
コード例 #2
0
 private void MouseEntered(object sender, MouseEventArgs e)
 {
     TimeTB.BeginAnimation(OpacityProperty, _fadeIn);
 }