Skip to content

Instantly share code, notes, and snippets.

@iambacon
Created September 15, 2015 15:25
Show Gist options
  • Save iambacon/c94f0d424409b36a2a1b to your computer and use it in GitHub Desktop.
Save iambacon/c94f0d424409b36a2a1b to your computer and use it in GitHub Desktop.
Creating an AppBarButton with an image
<AppBarButton>
<AppBarButton.Icon>
<BitmapIcon UriSource="ms-appx:///custom-image.png"/>
</AppBarButton.Icon>
</AppBarButton>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment