首页 > 移动平台 > 详细

Win10 AppBar

时间:2015-05-22 18:51:49      阅读:269      评论:0      收藏:0      [点我收藏+]
<Page.BottomAppBar>
<CommandBar x:Name="cmdBar" Background="Transparent" Foreground="Black" >
<AppBarButton x:Name="openCamera" Icon="View" x:Uid="AppBarBtnImage"
Click="openCamera_Click"/>
<AppBarButton x:Name="saveImg" Icon="Scan" x:Uid="AppBarBtnLook"
Click="saveImg_Click"/>
</CommandBar>
</Page.BottomAppBar>
<AppBarButton x:Name="btn_Refresh" x:Uid="RefreshButton" Icon="Sync" />
<AppBarButton x:Name="btn_Top" x:Uid="ToTopButton" Label="返回顶部" >
<AppBarButton.Icon>
<FontIcon Glyph="&#xE11C;"/>
</AppBarButton.Icon>
</AppBarButton>
<AppBarButton x:Name="btn_NightMode" Icon="View" Label="s" />
<AppBarButton x:Name="btn_Setting" x:Uid="SettingButton" Icon="Setting" />
<AppBar >
<StackPanel Orientation="Horizontal">
<Button Content="Home" Width="140" Height="80" />
<Button Content="Page 1" Width="140" Height="80"/>
</StackPanel>
</AppBar>

 

Win10 AppBar

原文:http://www.cnblogs.com/luquanmingren/p/4522816.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!