您能否在容器(网格、画布等)中声明一个样式,该样式将级联到包含的其他类型的元素?
例如:
<Grid>
<Declare some style with target type of Label/>
<label Name="ElementIwantStyleAppliedTo1" Content="Foo"/>
<StackPanel>
<label Name="ElementIwantStyleAppliedTo2" Content="Foo"/>
</StackPanel>
</Grid>