Windows Phone(8)默认appbar图标

Ger*_*ddc 8 c# appbar windows-phone-7 windows-phone windows-phone-8

在我的Windows Phone应用程序的示例appbar中,我可以看到这行代码添加了一个按钮:

ApplicationBarIconButton appBarButton = new ApplicationBarIconButton(new Uri("/Assets/AppBar/appbar.add.rest.png", UriKind.Relative));
Run Code Online (Sandbox Code Playgroud)

我觉得有趣的是图标来自"/ Assets/AppBar /".那里是否有任何其他标准Windows Phone appbar图标,如果有的话,我可以使用某个列表或参考吗?

Ind*_*ore 24

如果您已经安装了visual studio,那么您可以从这里获取这些文件

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons


and*_*ubi 10

如果打开ApplicationBar Buttons集合编辑器,则可以访问可用图标列表.当您选择一个时,它将自动添加到项目中:

在此输入图像描述

  • 这个"编辑器"指的是Visual Studio.只需选择您的xaml项目即可转到属性. (3认同)