Animated background control in WPF?
In my WPF application, I want to have an ambient animated background similar to Media Center 's background. Is there a free control that offers this? Marcel B I would prefer to animate the background of a border via storyboard. It's pretty easy and you can build a animation as complex as you like. Here is a short example: <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300"> <Window.Triggers> <EventTrigger RoutedEvent="Window.Loaded">