I inserted a toogleswitch on a WindowsPhone 7.1 programm, and i would like to this control takes the theme color ( like the “Alarm” programm on Windows Phone).
Actually, my toggleSwitch is like this :

and i would this ( like my theme ) :

Here is my XAML code :
<toolkit:ToggleSwitch Margin="193,371,0,0" Name="toggleSwitch1" VerticalAlignment="Top" Width="190" Height="114" />
Have you an idea ? I have tired several tips but no changes 🙁
Thanks a lot,
Best regards,
EDIT :
I have tried this, but no changes
<toolkit:ToggleSwitch Margin="193,371,0,0" Name="toggleSwitch1" VerticalAlignment="Top" Width="190" Height="114" Header="{Binding Path=LocalisedResources.Show24HourText}">
<toolkit:ToggleSwitch.HeaderTemplate>
<DataTemplate>
<ContentControl Foreground="{StaticResource PhoneForegroundBrush}" Content="{Binding}" />
</DataTemplate>
</toolkit:ToggleSwitch.HeaderTemplate>
</toolkit:ToggleSwitch>
I tend to use HeaderTemplate to ensure that foreground is in Accent color try