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.
我知道如何<Image>通过 VB.net 运行时代码将图像附加到 XAML。我将如何以正常的旧方式做到这一点。(不使用任何代码在 IDE 中附加图像)
<Image>
在 WPF 浏览图像(在 Visual Studio IDE 中)之前,它会以某种方式将其放置在项目中并且可以正常工作。
现在我做同样的事情,我可以在我的 Visual Studio IDE 中看到图像,但在运行时图像显示为空白。
我将如何使用 VS IDE 正确浏览图像以便在运行时显示?也许我做错了一点帮助或任何指导都会很棒
我想您的项目中有一个文件夹,其中包含您的图像文件,在这种情况下,类似的东西<Image Source="/WpfApplication1/component;ImagesFolder/ImageName.png" />可以解决问题。
<Image Source="/WpfApplication1/component;ImagesFolder/ImageName.png" />
如果您正在寻找一种非代码方式,当您点击标签时,您可以浏览从SourceProperty from导入的文件Properties panel
Source
Properties panel