I have created a new usercontrol. My usercontrol contains several other controls like labels, buttons and so on ...

When I set the Font property of the usercontrol I want that font property value to propagate down to the child controls.

Can I do this with the "Shadows" declaration?