How can I add an image to my program in XAML?
I want to display the ‘no.png’ image on my application. Also,

I need both yes and no to appear in the same place. My plan was to set them both to hidden and display them only when necessary. How can I do this?
You could place the two png’s in a StackPanel and programatically control their Visibility setting.