I want to be able to have a dynamic Gradient in Silverlight, such as below:
The problem is that GradientStop does not derive from FrameworkElement therefore cannot be data bound. Unfortunately that means you have to set it from code.