您的位置:首页 > 移动开发

wp8 applicationbar 创建

2014-09-14 15:00 148 查看
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar Opacity="0.1" IsVisible="True" IsMenuEnabled="True" Mode="Default" BackgroundColor="#FFF5F5E4" ForegroundColor="#FF12B295">
<shell:ApplicationBarIconButton IsEnabled="True" IconUri="/Assets/AppBar/back.png" Text="后退" Click="ApplicationBarIconButton_Click"/>
<shell:ApplicationBarIconButton x:Name="wangzhan" Click="wangzhan_Click" IconUri="/Assets/AppBar/folder.png" IsEnabled="True" Text="网址栏"/>
<shell:ApplicationBarIconButton x:Name="fore" Click="fore_Click" IconUri="/Assets/AppBar2/next.png" IsEnabled="True" Text="前进"/>
<shell:ApplicationBar.MenuItems>
<shell:ApplicationBarMenuItem IsEnabled="True" Text="关于" Click="ApplicationBarMenuItem_Click"/>
</shell:ApplicationBar.MenuItems>
</shell:ApplicationBar>
</phone:PhoneApplicationPage.ApplicationBar>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  wp8