模糊窗体渲染内容(打开模态窗口的父窗口效果)

using System.Windows.Media.Effects;

BlurBitmapEffect blurEffect = new BlurBitmapEffect(); blurEffect.KernelType = KernelType.Box; window.BitmapEffect = blurEffect; //

 

posted @ 2016-05-12 15:40  cnblogs1_1  阅读(114)  评论(0)    收藏  举报