Esempio n. 1
0
 public static void Highlight(this FrameworkElement control, Color color)
 {
     control.AnimateChangeColor(color);
 }