我如何更改 PivotItem Windows Phone 8.1 的 Header 颜色

How can i change the Header color of PivotItem Windows Phone 8.1

我想更改 PivotItem 中 Header 的颜色,我尝试了很多但没有用。

<PivotItem x:Name="PivotInfo" Header="Informações" Margin="0,10,0,-0.5">
.......
<Pivot>
  <Pivot.HeaderTemplate>
    <DataTemplate>
       <TextBlock
         Text={Binding} />
    </DataTemplate>
  </Pivot.HeaderTemplate>
</Pivot>

您可以设置此文本块的样式