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)