c# - Windows Phone (8) default appbar icons -
in example appbar on windows phone application can see line of code added button:
applicationbariconbutton appbarbutton = new applicationbariconbutton(new uri("/assets/appbar/appbar.add.rest.png", urikind.relative));
what find interesting icon sourced "/assets/appbar/". there of other standard windows phone appbar icons in there , if there list or reference somewhere me use?
if have installed visual studio can these files here
c:\program files (x86)\microsoft sdks\windows phone\v8.0\icons
Comments
Post a Comment