David on Jul 16th, 2009Export Silverlight Visuals to Images
In a couple of my previous Silverlight projects I would have liked to export what a user saw on screen to an image that they could keep on their local machine. My last project involved creating diagrams and it would have been great to allow them to save them locally or to email them without [...]
David on Dec 5th, 2008Silverlight JavaScript Value Converter
Value converters allow you to modify the value of the source property of a binding before it is applied to the target. As shown in my previous WPF examples, you would normally write a new class implementing the IValueConverter interface which will do the conversion. For simple transforms such as performing basic arithmetic or formatting [...]