I d like to be able to set a property to a dynamic resource programmatically.
myControl.Property = this.Resource[key]
is not a valid response, since if the resource with the key key is replaced, the property is not updated automatically.
Thanks for you response,