I am trying to display an image using the latest version of winui, without success. Due to my lack of progress I assume I must be doing something terribly wrong, however, I can't determine what that might be.
Here is my most recent attempt.
MainWindow.xaml:
<Image Source="AppIcon.png" Width="200" Height="200" ImageFailed="ImageFailed_Event"/>
Source="/AppIcon.png"? Also verify whether theAppIcon.pngbuild action is set toContentandCopyIfNewer