在我的Windows Phone应用程序的示例appbar中,我可以看到这行代码添加了一个按钮:
ApplicationBarIconButton appBarButton = new ApplicationBarIconButton(new Uri("/Assets/AppBar/appbar.add.rest.png", UriKind.Relative));
我觉得有趣的是图标来自“/ Assets / AppBar /”。那里是否有任何其他标准的Windows Phone appbar图标,如果有,我可以在某处使用列表或参考?
答案 0 :(得分:24)
如果您已经安装了visual studio,那么您可以从这里获取这些文件
<强> C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons
强>
答案 1 :(得分:10)
如果打开ApplicationBar Buttons集合编辑器,则可以访问可用图标列表。当您选择一个时,它将自动添加到项目中:
答案 2 :(得分:3)
可以在Modern UI Icons上找到Windows Phone SDK中未包含的其他图标。