Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active August 29, 2015 14:12
Show Gist options
  • Save igorkulman/a49d0c7d471c4de42521 to your computer and use it in GitHub Desktop.
Save igorkulman/a49d0c7d471c4de42521 to your computer and use it in GitHub Desktop.
<controls:PivotItem.Header>
<TextBlock Text="{Binding}" Foreground="{StaticResource PhoneAccentBrush}"/>
</controls:PivotItem.Header>
<SolidColorBrush
x:Key="PivotHeaderForegroundUnselectedBrush"
Color="#B3DCF1" />
<SolidColorBrush
x:Key="PivotHeaderForegroundSelectedBrush"
Color="#3ab2e1" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment