zoukankan
html css js c++ java
Silverlight Toolkit Overview, Part 3 Theming
Themes Quick Reference
Expression Dark
Expression Light
Rainier Orange
Rainier Purple
Shiny Red
Shiny Blue
ImplicitStyleManager
Encapsulates an attached behavior that propagates styles in a framework element's associated resource dictionary to its children. The class also provides attached properties that allow the resource dictionary to be loaded from an external source.
ExpressionDarkTheme
Implicitly applies the Expression dark theme to all of its descendent FrameworkElements.
ExpressionLightTheme
Implicitly applies the Expression light theme to all of its descendent FrameworkElements.
RainierPurpleTheme
Implicitly applies the Rainier purple theme to all of its descendent FrameworkElements.
RainierOrangeTheme
Implicitly applies the Rainier orange theme to all of its descendent FrameworkElements.
ShinyBlueTheme
Implicitly applies the Shiny Blue theme to all of its descendent FrameworkElements.
ShinyRedTheme
Implicitly applies the Shiny Red theme to all of its descendent FrameworkElements.
More Theming Resources
Toolkit release & Themes
Change the look of your Silverlight application using Themes
查看全文
相关阅读:
iOS MVC <模型-视图-控制器>
iOS interface building 大纲视图内容
循序渐进VUE+Element 前端应用开发(28)--- 附件内容的管理 (转载)
循序渐进VUE+Element 前端应用开发(27)--- 数据表的动态表单设计和数据存储(转载)
ABP框架中一对多,多对多关系的处理以及功能界面的处理(2)(转载)
ABP框架中一对多,多对多关系的处理以及功能界面的处理(1)(转载)
电商商品数据库的设计和功能界面的处理 (转载)
循序渐进VUE+Element 前端应用开发(26)--- 各种界面组件的使用(2)(转载)
循序渐进VUE+Element 前端应用开发(25)--- 各种界面组件的使用(1)(转载)
循序渐进VUE+Element 前端应用开发(24)--- 修改密码的前端界面和ABP后端设置处理(转载)
原文地址:https://www.cnblogs.com/baggiojing/p/1323858.html
最新文章
day36 GIL锁与线程池
并发编程之多线程
python获取文件夹的大小(即取出所有文件计算大小)
第一单元总结(汇编初探)
选最大最小
分治策略——斐波那契数列
分治策略解决幂乘问题
Geany注释问题的一些疑问
分治算法总结
空格混用
热门文章
二分归并排序
二分检索
二分求最大值
iOS 固化
iOS 应用沙盒机制与文件操作
如何才能系统的学习 iOS 开发,理解一些规则和深层次的机制原理?
转帖:Objective-C的Initialize初始化方法研究
iOS 初始化方法
iOS 如何将应用装入开发用的设备中测试 (未越狱)
转帖:iOS 内存管理原理
Copyright © 2011-2022 走看看