我是Xamarin Forms的新手。在Xamarin表单页面中,我想设置一个背景图像。
答案 0 :(得分:4)
Xamarin形式的背景图片
公共类MainPage:ContentPage {
public MainPage()
{
this.Title = "Example";
this.BackgroundImage = "EmpMgmtPCL.Images.NPO-Events-bg.png";
}
}
1)如果您在跨平台应用中工作。 PCL是一个很好的选择。 Pross one fork for multi os。缺点我还没有看到任何缺点。
根据你的说法,你是xamarin的新手,这是一本非常好的书。
https://developer.xamarin.com/guides/xamarin-forms/creating-mobile-apps-xamarin-forms/
2)阅读这篇文章https://dzone.com/articles/using-full-size-none-stretched
我希望你有一个优秀的日子。此致