I am trying to databind the color of a RadialGradientBrush in silverlight 3 to a property, but just can\'t seem to get it to work.
For example, in a sample test app all
Ok, I solved this problem by going one level higher and databinding the RadialGradientBrush itself.
The RadialGradientBrush in turn is instantiated with the GradientStops set to the colors I want in the code behind.