Relative Content

Tag Archive for c#visual-studioimagexamlruntime

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.