【问题标题】:Image is not shown in the Xamarin XAML Designers Preview图像未显示在 Xamarin XAML 设计器预览中
【发布时间】:2016-10-21 12:15:59
【问题描述】:

我在 Mac 上的 Xamarin Studio 6.1.1 中尝试在 Designer 中使用 XAML 进行设计,想知道为什么预览中显示了标签,但没有显示图像。

如果我在 iOS 模拟器中运行项目,则会显示图像。

这是我的代码:

<Image Source="images/bla_wifi.png" HorizontalOptions="LayoutOptions.FillAndExpand" VerticalOptions="LayoutOptions.FillAndExpand" Margin="70,70,70,0"/>
<Label HorizontalOptions="Center" XAlign="Center">
    <Label.Text>
Are you connected to the 
WiFi?
    </Label.Text>
</Label>

知道我可以做些什么来在预览中看到图像吗?

【问题讨论】:

    标签: xamarin xamarin.forms xamarin-studio


    【解决方案1】:

    我遇到了同样的问题,但使用的是 Visual Studio。到目前为止,我能给出的唯一建议是重新构建解决方案(有时会有所帮助),并且在精神上继续将表单查看器视为实验性的。

    【讨论】:

      猜你喜欢
      • 2021-06-22
      • 1970-01-01
      • 2015-04-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多