How can I add a AppBarButton icon to a normal button in Windows Phone 8.1?
At the bottom of this page you can see the AppBarButton icons in use. How can I do the same or similar as that with a normal button?
<Button>
<ICON HERE SOMEHOW />
<TextBlock Content="Click Me!" />
</Button>