Is it possible to dynamically change the style/template of a control?
- by elggarc
I am creating a UserControl in Silverlight 4 which has a watermarked background.
The watermark should change depending on the underlying 'type' the UserControl is representing.
The watermark is created using a Path and I have extracted all the properties into a style.
I was wondering if it would be possible to change the style of the Path at…