I am using this code
Hello.Background = System.Windows.Media.Brushes.Blue; var dispatcherTimer = new DispatcherTimer(); dispatcherTimer.I
You could just create a Style and use a Trigger to start a Storyboard with ColorAnimations
Style
Trigger
Storyboard
ColorAnimations
Example: