Xamarin按钮上的图片崩溃

时间:2018-11-06 19:38:21

标签: xaml xamarin xamarin.forms

因此,我有一个要在其中添加图像的按钮,但是加载视图时,应用程序崩溃了(使用Xamarin Live Player甚至无法显示视图)。如果我创建一个额外的图像字段,则会显示该图像。

代码如下:

<Image Grid.Row="3" Source="trash.png"></Image>
<Button Grid.Row="4" Image="trash.png" ></Button>

有什么想法吗?

0 个答案:

没有答案