Access ResourceDictionary in Windows Phone project from Shared project in App.xaml of Universal 8.1 App

我怕爱的太早我们不能终老 提交于 2019-12-04 13:49:38

Since MyApp.WindowsPhone is the root folder you don't need to specify it you can state it as <ResourceDictionary Source="/Assets/Styles/JumpList.xaml"/>
Usually we declare styles inside a new folder named Styles as Assets folder is meant for adding image files according to norms.

<ResourceDictionary Source="/Styles/JumpList.xaml"/>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!