WPF Behaviors之玻璃效果及其扩展
废话不多说,直接上代码上图
相关控件下载
XAML
<Window x:Class="GlassTest.Window2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
http://www.cyqdata.cn/cnblogs/article-detail-40630
WCF扩展系列 - 行为扩展(Behaviors)
这个系列的第一部分将会重点关注WCF行为(behaviors),WCF提供了四种类型的行为:服务行为、终结点行为、契约行为和操作行为。这些行为的接口几乎是所有WCF的扩展入口。本篇文章只是对行为拓展讲述一些基础的铺设,具体到上面四个行为的扩展以及使用案例,将会在后续的文章中讲到.
Behaviors
上述这四个行为的所定义
http://www.cyqdata.cn/cnblogs/article-detail-37736