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
查看全文
相关阅读:
[nRF51822] 1、一个简单的nRF51822驱动的天马4线SPI-1.77寸LCD彩屏DEMO
[安卓] 18、一个简单的例子做自定义动画按钮和自定义Actionbar
[自己动手玩黑科技] 1、小黑科技——如何将普通的家电改造成可以与手机App联动的“智能硬件”
[安卓] 17、一个简单的例子学安卓侧滑设计——用开源slidingmenu
[安卓] 16、ListView和GridView结合显示单元实现自定义列表显示效果
mysql常用处理时间的相关函数
Mysql中HAVING的相关使用方法
mysql中常见正则表达式的应用
Linux系统模拟发送HTTP的get和post请求
mysql删除字符串的前后的空格
原文地址:https://www.cnblogs.com/baggiojing/p/1323858.html
最新文章
Netty Pipeline、channel、Context之间的数据流向
Netty4.0学习笔记系列之一:Server与Client的通讯
Netty4.0学习笔记系列之四:混合使用coder和handler
Netty4.0学习笔记系列之二:Handler的执行顺序
Netty之解决TCP粘包拆包(自定义协议)
netty 自定义通讯协议
netty 支持多种通讯协议
Netty 包头
协议分析
批量生成protoBuf到cs文件
热门文章
[异常解决] ubuntu上安装JLink驱动遇到的坑及给后来者的建议
[异常解决] ubuntu上安装虚拟机遇到的问题(vmware坑了,virtual-box简单安装,在virtual-box中安装精简版win7)
[蓝牙] 6、基于nRF51822的蓝牙心率计工程消息流Log分析(详细)
[蓝牙] 5、Battery Service module
[蓝牙] 4、Heart Rate Service module
[蓝牙] 3、 剖析BLE心率检测工程
[蓝牙] 2、蓝牙BLE协议及架构浅析&&基于广播超时待机说广播事件
[nRF51822] 2、D-BUG之诗
[stm32] 一个简单的stm32vet6驱动2.4寸240X320的8位并口tft屏DEMO
[stm32] 一个简单的stm32vet6驱动的天马4线SPI-1.77寸LCD彩屏DEMO
Copyright © 2011-2022 走看看