.Net
Use XAML data binding to display an animated rectangle’s location
This example uses storyboard animation to move a rectangle and uses XAML data binding to display the rectangle’s location as it moves. It’s actually fairly simple, at least a far as WPF goes, once you Read more…