标签:
<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