Trigger for IsMouseOver on TabItem ContenTemplate
问题 I have a problem with a TabItem Style and maybe someone of you can help me. Following the Style at issue: <Style x:Key="ChildrenTabItemStyle" TargetType="TabItem"> <Style.Resources> <SolidColorBrush x:Key="ButtonNormalBackground" Color="#FFEAE8E8"/> <LinearGradientBrush x:Key="ButtonOverBackground" EndPoint="0,1" StartPoint="0,0"> <GradientStop Color="#FFFAFAFA" Offset="0"/> <GradientStop Color="#FFE0E0E3" Offset="1"/> </LinearGradientBrush> <LinearGradientBrush x:Key="ButtonPressedBackground