I have a Usercontrol with a Button and TextBlock in it. I would like to set the Background of both Button and TextBlock with the Background of the Usercontrol.(ie, I am trying to Bind to the usercontrol's Background property).
Please let me know how can I do this in XAML.
Is there any difference for this in Silverlight and WPF?