本文介绍了如何在XAML中设置图像源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在用xaml创建图像 < I am creating an image in xaml < 图片 宽度 ="20" 边距 ="100" x : 名称 = " currentIndicator" 来源 =" test.gif"//gt; Image Width="20" Margin="100" x:Name="currentIndicator" Source="test.gif"/> 这篇关于如何在XAML中设置图像源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
这是我的简单代码
但是
here is my simple code
But
错误16 文件test.gif不是项目的一部分,或者其构建操作"属性未设置为资源".
我检查了一下,test.gif位于资源"中,并将其构建操作属性设置为资源",任何人都可以提供帮助.
Error 16 The file test.gif is not part of the project or its 'Build Action' property is not set to 'Resource'.
I checked, test.gif is in Resource and I set it's build action property to Resource, anybody can help.推荐答案