I use a PNG file on wpf windows with image control and use a PNG file on windowsform with picturebox control ! but the png file on windows form have more quality than wpf ! how can I resolve it in wpf ! the same as picture!
Asked
Active
Viewed 90 times
1 Answers
1
On the WPF side, try adding this attribute to the Image node
<Image RenderOptions.BitmapScalingMode="HighQuality" />

d.moncada
- 16,900
- 5
- 53
- 82