WPF style的继承
<div id="cnblogs_post_body"><div class="cnblogs_code"><Style x:Key="baseStyle" TargetType="TextBlock"> <Setter Property="FontSize" Value="12" /> <Setter Property="Background" Value="Orange" /></Style><Style x:Key="boldStyle" BasedOn="{StaticResource baseStyle}" TargetType="TextBlock"> <Setter Property="FontWeight" Value="Bold" /></Style>
页:
[1]