Monthly Archives: June 2010

Article: Using RadialGradientBrush in Silverlight 4.0

  Hi, My next article focusing on “RadialGradientBrush using Silverlight” got published here: Using RadialGradientBrush in Silverlight 4.0 thanksJag

Posted in Silverlight/WPF | Tagged | Leave a comment

Article: Complete Guide to Gradients Using LinearGradientBrush in Silverlight 4.0

  My next article focusing on “LinearGradientBrush in Silverlight” got published here: Complete Guide to Gradients Using LinearGradientBrush in Silverlight 4.0 thanksJag

Posted in Silverlight/WPF | Tagged | Leave a comment

Article: Brushes in Silverlight 4

  Hi, My new article on Silverlight brushes got published here: Introduction to Brushes in Silverlight 4.0 Enjoy. ThanksJag

Posted in Silverlight/WPF | Tagged | Leave a comment

TIP: How to get named colors in Silverlight

As of now, Silverlight does not support Color.FromName.  We need to hardcode all the colors in to a helper class (or extension) and use the same for creating brushes. You can use the following code to get colors from names … Continue reading

Posted in Silverlight/WPF | Tagged , | Leave a comment