Skip to main content
added 4 characters in body
Source Link
mpen
  • 285k
  • 289
  • 896
  • 1.3k

I have only managed to solve this by explicitly setting the width or height. So if you know the image is 48 pixels high do like this:

 
<Image Source="myImage.png" Height="48" UseLayoutRounding="True"/> 

I have only managed to solve this by explicitly setting the width or height. So if you know the image is 48 pixels high do like this:

 

I have only managed to solve this by explicitly setting the width or height. So if you know the image is 48 pixels high do like this:

<Image Source="myImage.png" Height="48" UseLayoutRounding="True"/> 
Source Link

I have only managed to solve this by explicitly setting the width or height. So if you know the image is 48 pixels high do like this: