Multiple choice technology platforms and products

Pick the odd man out from different types of Brushes available in Silverlight to paint a surafce.

  1. LinearGradientBrush

  2. VideoBrush

  3. ImageBrush

  4. RadialGradientBrush

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Silverlight includes LinearGradientBrush and RadialGradientBrush (both for gradient fills) and ImageBrush (for painting with images). VideoBrush is not a standard brush type in Silverlight - video is typically displayed using MediaElement controls, not as a brush. This makes VideoBrush the odd one out.