I'm just trying to figure out the ToggleSwitch font that comes with the WPtoolkit, so that I may apply a similar style to other items in my app. How may I determine this?
WPToolkit uses the default Windows Phone resources for fonts/colours.
For the exact styles you can look at the Generic.xaml
theme in the WPTookit
source
In this case it's using PhoneFontFamilyNormal
, FontFamily="{StaticResource PhoneFontFamilyNormal}"
For a full list of Resources for WP take a look here