Here\'s my XAML and how it looks like:
your problem is here
you have a BorderThickness Attribute which puts the black border around the image, just remove it or set it to 0 and this will solve the problem.
BorderThickness
0
so your code will be
or