I have a ToggleSwitch control and the header text is white. The Off and On text is black.
How can i change the header text to black?
The code is below
<toolkit:ToggleSwitch x:Name="Toggle" Header="Background process" Margin="0,20,0,460"
Checked="ToggleSwitch_Checked" Unchecked="ToggleSwitch_Unchecked" Background="Black"
Foreground="black" FontSize="40">
</toolkit:ToggleSwitch>
You can try something like: