码迷,mamicode.com
首页 > 移动开发 > 详细

WP8 学习 ApplicationBar 的创建 XAML代码

时间:2014-09-16 12:10:00      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   for   div   sp   代码   

 1 phone:PhoneApplicationPage.ApplicationBar>  
 2         <shell:ApplicationBar Opacity="0.1" IsVisible="True" IsMenuEnabled="True" Mode="Default" BackgroundColor="#FFF5F5E4" ForegroundColor="#FF12B295">  
 3             <shell:ApplicationBarIconButton IsEnabled="True" IconUri="/Assets/AppBar/back.png" Text="后退" Click="ApplicationBarIconButton_Click"/>  
 4             <shell:ApplicationBarIconButton x:Name="wangzhan" Click="wangzhan_Click" IconUri="/Assets/AppBar/folder.png" IsEnabled="True" Text="网址栏"/>  
 5             <shell:ApplicationBarIconButton x:Name="fore" Click="fore_Click" IconUri="/Assets/AppBar2/next.png" IsEnabled="True" Text="前进"/>  
 6             <shell:ApplicationBar.MenuItems>  
 7                 <shell:ApplicationBarMenuItem IsEnabled="True" Text="关于" Click="ApplicationBarMenuItem_Click"/>  
 8             </shell:ApplicationBar.MenuItems>  
 9         </shell:ApplicationBar>  
10     </phone:PhoneApplicationPage.ApplicationBar>  

 

WP8 学习 ApplicationBar 的创建 XAML代码

标签:style   blog   color   io   ar   for   div   sp   代码   

原文地址:http://www.cnblogs.com/NEIL-X/p/3974450.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!