How to show an image on a XAML?
First I thought I needed to work with BorderBrushes, ImageSources, etc., but then I found out that a simple Image
in a simple Border
seems to be enough, as you can see in this answer.
Why is it such a burden to show an image on a XAML?
Pardon my frustration, but I’m having extremely much trouble for showing a simple PNG-image on my XAML.