Can you declare a style in/for a container (Grid, Canvas, etc) that will cascade to contained elements of other types?
For Example:
<Grid>
<Declare some style with target type of Label/>
<label Name="ElementIwantStyleAppliedTo1" Content="Foo"/>
<StackPanel>
<label Name="ElementIwantStyleAppliedTo2" Content="Foo"/>
</StackPanel>
</Grid>
this is the basics!
use Resource property of the container control.