Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <phone:PhoneApplicationPage.ApplicationBar>
  2. <shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
  3. <shell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Text="Button 1"/>
  4. <shell:ApplicationBarIconButton IconUri="/Images/appbar_button2.png" Text="Button 2"/>
  5. <shell:ApplicationBar.MenuItems>
  6. <shell:ApplicationBarMenuItem Text="MenuItem 1"/>
  7. <shell:ApplicationBarMenuItem Text="MenuItem 2"/>
  8. </shell:ApplicationBar.MenuItems>
  9. </shell:ApplicationBar>
  10. </phone:PhoneApplicationPage.ApplicationBar>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement