WPF模糊效果(BlurEffect)
<TextBlock Padding="10" Text="设置模糊" FontSize="32" Background="#999"> <TextBlock.Effect> <BlurEffect Radius="5">BlurEffect> TextBlock.Effect> TextBlock>
通过设置BlurEffect的Radius属性的可以设置模糊度
<TextBlock Padding="10" Text="设置模糊" FontSize="32" Background="#999"> <TextBlock.Effect> <BlurEffect Radius="5">BlurEffect> TextBlock.Effect> TextBlock>
通过设置BlurEffect的Radius属性的可以设置模糊度