Win10 AppBar

<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>

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。