码迷,mamicode.com
首页 > Windows程序 > 详细

WPF模糊效果(BlurEffect)

时间:2016-06-30 19:53:31      阅读:1282      评论:0      收藏:0      [点我收藏+]

标签:

        <TextBlock Padding="10" Text="设置模糊" FontSize="32" Background="#999">
            <TextBlock.Effect>
                <BlurEffect Radius="5"></BlurEffect>
            </TextBlock.Effect>
        </TextBlock>

通过设置BlurEffect的Radius属性的可以设置模糊度

技术分享

 

WPF模糊效果(BlurEffect)

标签:

原文地址:http://www.cnblogs.com/liunlls/p/BlurEffect.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!