
效果
1、BlurEffect
模糊程度
主要属性:Radius
2、DropShadowEffect
设置对象阴影
主要属性:Color、ShadowDepth、BlurRadius、Opacity、Direction
3、ShaderEffect
抽象类,提供了一个可以自己实现一个效果的接口
HSLS-》.ps
<Window x:Class="Zhaoxi.RenderStudy.Window3"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:</