Search code examples
windows-phone-8wptoolkit

What Font Does the ToggleSwitch Use


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?

enter image description here


Solution

  • 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