Style.BasedOn 属性 Style.BasedOn 属性
Control.Foreground 值。
<Style x:Key="Style1"> <Setter Property="Control.Background" Value="Yellow"/> </Style> <Style x:Key="Style2" BasedOn="{StaticResource Style1}"> <Setter Property="Control.Foreground" Value="Blue"/> </Style>
备注:
BasedOn 值。