<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>
重新想象 Windows 8 Store Apps (3) - 控件之内容控件: ToolTip, Frame, AppBar, ContentControl, ContentPresenter; 容器控件: Border, Viewbox, Popup
介紹
重新想象 Windows 8 Store Apps 之内容控件
ToolTip - 提示框控件
Frame - 架構控件,用于導航内容
AppBar - 應用程式欄控件
ContentControl ContentPresenter - ContentPresenter 用來呈現 ContentControl 的 Content
重新想象 Windows 8 Store Apps 之容器控件
Border - 邊框控件
Viewbox - 控制子元素如何拉伸的容器控件
Popup - 彈出框控件
示例
1、ToolTip 的 Demo
ToolTipDemo.xaml
2、Frame 的 Demo
Frame/Demo.xaml
Frame/Demo.xaml.cs
Frame/Frame1.xaml.cs
Frame/Frame2.xaml.cs
3、AppBar 的 Demo
AppBarDemo.xaml
AppBarDemo.xaml.cs
4、ContentControl, ContentPresenter 的 Demo
ContentControlDemo.xaml
5、Border 的 Demo
BorderDemo.xaml
6、Viewbox 的 Demo
ViewboxDemo.xaml
7、Popup 的 Demo
PopupDemo.xaml
PopupDemo.xaml.cs
OK