Hi Ryan,
Thank you for using Syncfusion products.
The mouse over Foreground and Background of SfTabItem header can be changed using "PointerOver", "SelectedPointerOver" and "NormalPointerOver" visual states. We have prepared a table and sample to demonstrate these visual state behavior and you can download it from the following link:
S.No
|
Visual State
|
Description
|
1
|
PointerOver
|
Applied on hovering an unselected tab item
|
2
|
SelectedPointerOver
|
Applied on hovering the selected tab item if SfTabControl.SelectionStyle is CompleteHeader
|
3
|
NormalPointerOver
|
Applied on hovering the selected tab item if SfTabControl.SelectionStyle is HeaderText
|
Sample:
TabControl_Hover_BrushRegards,
Jessie