Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想弄清楚 WPtoolkit 附带的 ToggleSwitch 字体,以便我可以将类似的样式应用于我的应用程序中的其他项目。我如何确定这一点?
WPToolkit 为字体/颜色使用默认的 Windows Phone 资源。
对于确切的样式,您可以查看源代码Generic.xaml中的主题WPTookit
Generic.xaml
WPTookit
在这种情况下,它使用PhoneFontFamilyNormal,FontFamily="{StaticResource PhoneFontFamilyNormal}"
PhoneFontFamilyNormal
FontFamily="{StaticResource PhoneFontFamilyNormal}"
有关 WP 资源的完整列表,请查看此处