Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用最新版本的 winui 显示图像,但没有成功。由于我缺乏进展,我认为我一定是做错了什么,但是,我无法确定那可能是什么。
这是我最近的尝试。
MainWindow.xaml:
<Image Source="AppIcon.png" Width="200" Height="200" ImageFailed="ImageFailed_Event"/>
图片
好的,这是我在评论中的人们的帮助下找到的解决方案:
这就是所有必要的,不需要 URI 魔法。