我不能将图像绑定到来自转换器的源文件?
<!-- Works fine -->
<Image Grid.Row="0" Grid.Column="4" Grid.RowSpan="6" Margin="5">
<Image.Source>
C:\pictures\Becker.png
</Image.Source>
</Image>
<!-- Works not -->
<Image Source
我用WYSIWYG编辑器提供了一张图片的文本。当预览图像时显示得很完美,但是当我使用API时,我只得到一个包含链接的文本,它就像这样被破坏了。
![text]( https://res.cloudinary.com/rodolphonetto/image/upload/v1564945137/jekrcusr6jz1mfubb6jm.jpg) Coloquei uma foto diferente só pra testar como funciona colocar fotos aleatóriamente no meio do texto =)
我尝试使用Image控件是一种非常基本的方式,如下所示:
因此,我最终使用XAML如下:
<Image x:Name="imgSmall" Stretch="Fill" Source="../Img/Small/105.jpg" Margin="10,0,0,0"></Image>
这不管用。图像为空,并且在设计器中,URI下划线显示消息"...is not of the project or is build action is not set to 'Resource“(资源不是项目