<a href="http://files.cnblogs.com/webabcd/Windows8.rar">[源碼下載下傳]</a>
重新想象 Windows 8 Store Apps (15) - 控件 UI: 字型繼承, Style, ControlTemplate, SystemResource, VisualState, VisualStateManager
介紹
重新想象 Windows 8 Store Apps 之 控件 UI
字型繼承 - 繼承父輩的 Font 相關的資訊
Style - 樣式
ControlTemplate - 控件模闆
系統資源 - 系統内置的樣式資源
VisualState - 視圖狀态
VisualStateManager - 視圖狀态管理器
示例
1、示範字型繼承
Controls/UI/FontInherit.xaml
2、示範 Style
Controls/UI/Style.xaml
Controls/UI/Style.xaml.cs
3、示範 ControlTemplate
Controls/UI/ControlTemplate.xaml
Controls/UI/ControlTemplate.xaml.cs
4、示範如何使用系統内置的樣式資源
Controls/UI/SystemResource.xaml
5、示範 VisualState 和 VisualStateManager 的應用
Controls/UI/VisualStateDemo.xaml
Controls/UI/VisualStateDemo.xaml.cs
OK