WPF模糊效果(BlurEffect)

时间:2016-06-30 19:52:49   收藏:0   阅读:348
        <TextBlock Padding="10" Text="设置模糊" FontSize="32" Background="#999">
            <TextBlock.Effect>
                <BlurEffect Radius="5"></BlurEffect>
            </TextBlock.Effect>
        </TextBlock>

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

技术分享

 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!