I have the following TabItem :
<TabItem Header="TESTE" x:Name="planoCargaBalanca1" FontWeight="Bold">
I want the Header to be in bold , I tried to use FontWeight="Bold"
but all my content was in bold.
How to leave only Header text in bold ?