Let\'s say I have a UserControl with several child controls
Try like this (although it's not the best practice to style controls in their parent control):
It sets the background property for all controls of a given type inside your UserControl. If you want to change it for a control selected by a name, you can do something like that (change Value="Test"
to your control's name):