WinRt BottomAppBar
BottomAppBarDemo.xaml
<Page.BottomAppBar>
<AppBar>
<StackPanel Orientation="Horizontal">
<StackPanel Tapped="Button_Tapped_1" Height="80" Margin="900,10,0,0" HorizontalAlignment="Left">
<Image x:Name="img_dl" Height="50" Width="50" Margin="0,0,0,0" Source="/images/login.png">
</Image>
<TextBlock x:Name="btn_dl" Text="登陆" FontSize="20" Margin="0,0,0,0" Height="27" TextAlignment="Center" Width="100"/>
</StackPanel>
<StackPanel Tapped="StackPanel_Tapped_9" Height="80" Margin="10,10,0,0" >
<Image x:Name="img_d2" Height="50" Width="50" Margin="0,0,0,0" Source="/images/头像2_03.png">
</Image>
<TextBlock x:Name="btn_d2" Text="个人信息" FontSize="20" Margin="0,0,0,0" Height="27" TextAlignment="Center" Width="100"/>
</StackPanel>
<StackPanel Tapped="StackPanel_Tapped_11" Height="80" Margin="10,10,0,0" >
<Image x:Name="img_cc" Height="50" Width="50" Margin="0,0,0,0" Source="/images/shoucang.png">
</Image>
<TextBlock x:Name="btn_cc" Text="收藏服务" FontSize="20" Margin="0,0,0,0" Height="27" TextAlignment="Center" Width="100"/>
</StackPanel>
<StackPanel Tapped="StackPanel_Tapped_10" Height="80" Margin="10,10,0,0" >
<Image x:Name="img_tj" Height="50" Width="50" Margin="0,0,0,0" Source="/images/tuijianfuwu.png">
</Image>
<TextBlock x:Name="btn_tj" Text="推荐服务" FontSize="20" Margin="0,0,0,0" Height="27" TextAlignment="Center" Width="100"/>
</StackPanel>
</StackPanel>
</AppBar>
</Page.BottomAppBar>
WinRt BottomAppBar的更多相关文章
- Cocos2d-x项目移植到WinRT/Win8小记
Cocos2d-x项目移植到WinRT/Win8小记 作者: K.C. 日期: 11/17/2013 Date: 2013-11-17 23:33 Title: Cocos2d-x项目移植到WinRT ...
- WinRT Toolkit 介绍--Control篇
WinRT toolkit是组针对Windows Runtime XAML开发的一系列Control,extension和helper类.它和Windows Phone Toolkit一样,也是由很多 ...
- WinRT自定义控件第一 - 转盘按钮控件
之前的文章中,介绍了用WPF做一个转盘按钮控件,后来需要把这个控件移植到WinRT时,遇到了很大的问题,主要原因在于WPF和WinRT还是有很大不同的.这篇文章介绍了这个移植过程,由于2次实现的控件功 ...
- winRT Com组件开发流程总结
winRT Com组件开发: 1.编辑idl文件,winRT COM的idl文件与win32的idl文件有差异,如下: interface ItestWinRTClass; runtimeclass ...
- 深入探究 WinRT 和 await
在最近发布的使用 Windows 运行时中异步性来始终保持应用程序能够快速流畅地运行这篇博文中,包含了一些如何在 C# 和 Visual Basic 中使用 await 关键字的示例,允许开发人员在使 ...
- 闲聊桌面应用开发[Win16->Win32->ATL/WTL/MFC->WinForm->WPF/Silverlight/WinRT]
闲来无聊,正好小组人员讨论到桌面的开发,那把笔者接触的WIndows平台下的几个主要的发展过程聊一聊. 主要从概述,参考资料,图书等几个方面说起. 所有的界面开发都会涉及如下的几个方面的内容: v 控 ...
- winrt控件
http://www.mindscapehq.com/products/metroelements 常见的翻书,相册,图表,时间组件 demo下载地址http://assets.mindscape.c ...
- Thread.Sleep in WinRT
Thread.Sleep in WinRT static void Sleep(int ms) { new System.Threading.ManualResetEvent(false).Wa ...
- winform,wpf,winrt获取屏幕分辨率
winform 当前的屏幕除任务栏外的工作域大小 this.Width = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Widt ...
随机推荐
- HTTP gzip和deflate的几点区别
gzip是一种数据格式,默认且目前仅使用deflate算法压缩data部分:deflate是一种压缩算法,是huffman编码的一种加强. deflate与gzip解压的代码几乎相同,可以合成一块代码 ...
- Java 开发 gRPC 服务和客户端
新建一个普通的Maven项目: 配置pom文件,导入gRPC的依赖和插件 pom 中增加外部依赖 <dependency> <groupId>io.grpc</g ...
- esriSRGeoCSType Constants
ArcGIS Developer Help (Geometry) esriSRGeoCSType Constants See Also esriSRGeoCS2Type Constants ...
- java整数类型
1.整数类型:byte占8位,short 占16位,int占32位,long占64位. 2.对于long类型的值,若赋值给的值大于int类型的最大值或小于int型的最小值,则需要在数字后加L或l,表示 ...
- adb shell am force-stop <package>
•adb shell am force-stop <package>关闭程序的adb命令
- Intent Receiver
使用Intent Receiver让自己的应用对一个外部事件做出响应,比如当电话呼入时,或者当数据网络可用时,或者时间到晚上了.Intent Receiver不能显示用户界面,它只能通过Notific ...
- 安装和卸载windows程序
安装windows service通常有两种工具 1.Framework目录下的installutil.exe工具.2.visual studio命令行工具 在这里我要说的是当我们使用的系统是64位的 ...
- 开发者眼中最好的 22 款 GUI 测试工具
1.Abbot - Java GUI 测试框架 Abbot是一个基于GUI的简单的Java测试框架,它能够帮助开发者测试Java用户界面. 它提供事件自动生成和验证Java GUI组件,使您能够轻松地 ...
- [ CodeVS冲杯之路 ] P3955
不充钱,你怎么AC? 题目:http://codevs.cn/problem/3955/ 最长上升子序列的加强版,n 有1000000,n 方的 DP 肯定会 TLE,那么用二分栈维护 二分栈我讲不好 ...
- QQ音乐API
今天分享的是QQ音乐API 搜索歌曲API:http://s.music.qq.com/fcgi-bin/music_search_new_platform?t=0& amp;n={2}&am ...