Example #1
0
 private void UC_Menu_MouseLeave(object sender, MouseEventArgs e)
 {
     AnimationLib.ChangeBackgroundBorderColor(this.UC_Menu_Background, Color.FromRgb(0x00, 0x77, 0x9F), 0.2);
 }
Example #2
0
 private void UC_Menu_MouseEnter(object sender, MouseEventArgs e)
 {
     AnimationLib.ChangeBackgroundBorderColor(UC_Menu_Background, Color.FromRgb(0x00, 0x4c, 0x65), 0.2);
 }