如:
<SolidColorBrush x:Key="TextForeground" Color="White"/>
<Setter Property="Foreground" Value="{DynamicResource TextForeground}"/>
如:
<SolidColorBrush x:Key="TextForeground" Color="White"/>
<Setter Property="Foreground" Value="{DynamicResource TextForeground}"/>