This is part 2 of Mario's Silverlight screncast series. In this part he discusses the following:
In this screencast I show you how the Brushes in Silverlight work. Brushes are a basic concept in Silverlight and I try to explain them in a very rich way to show you all the possibilities associated with them.
The screencast includes a demonstration of the following brushes: SolidColorBrush, LinearGradientBrush, GradialGradientBrush, ImageBrush and the VideoBrush.
The example builds upon the grid panel that has been introduced in part 1 of this series. If you are not familiar with it, you might consider watching part 1 before watching this episode.
The source code for the samples shown in the video is available from here.