Image transition using Silverlight Transition Control

Displaying a slideshow of various images is a very common requirement these days. It can be done very easily using the Transtion Control in Silverlight Control Toolkit. Lets see how.

First create a Silverlight Application using Visual Web Developer.

The Transition Control is a part of the Toolkit, which we need to add a reference to. Right [...]