0
他のタイプの要素を含むようにカスケードするコンテナ(グリッド、キャンバスなど)にスタイルを宣言できますか?例についてはwpf style cascade
:
<Grid>
<Declare some style with target type of Label/>
<label Name="ElementIwantStyleAppliedTo1" Content="Foo"/>
<StackPanel>
<label Name="ElementIwantStyleAppliedTo2" Content="Foo"/>
</StackPanel>
</Grid>