WPF DropShadowEffect Causing Blurriness

前端 未结 3 696
慢半拍i
慢半拍i 2021-01-02 05:21

I\'ve observed that applying a DropShadowEffect to a UIElement sporadically causes the UIElement\'s content to blur a bit. It\'s a pretty nasty effect: it can cause a photog

3条回答
  •  独厮守ぢ
    2021-01-02 05:42

    I'm not sure but try setting the BlurRadious for the Image.Effects to 0 by default it's 5 and see if it will help?

    
        
    
    

提交回复
热议问题