I'm trying to figure out why I can't use the glyphicons that are available to WP8 XAML apps in my Silverlight 8.1 Application.
As you can see from the fragment below, I have to specify an image to use as the icon compared to the ease of using one of the glyph icons.
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
<shell:ApplicationBarIconButton IconUri="/Images/appbar_button2.png" Text="Button 2"/>
Does anyone know how I can simply use the icons without needing to go through the extra work of creating images?