Image in WPF getting Blurry

前端 未结 7 885
慢半拍i
慢半拍i 2020-11-30 03:58

I am developing an application in WPF using C#. I am putting Images in a WrapPanel and showing inside a Grid with one more Border and using images in Buttons also. Problem i

7条回答
  •  一整个雨季
    2020-11-30 04:11

    Use UseLayoutRounding="True" property on the parent element if image is used as a content. In your case it is the Button.

提交回复
热议问题