如何在WinPhone 8.1 Xamarin便携式项目中使用XFGloss
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在WinPhone 8.1 Xamarin便携式项目中使用XFGloss相关的知识,希望对你有一定的参考价值。
我正在制作一个便携式xamarin应用程序,我正在使用XFGloss。在android和ios上一切正常,但在WinPhone 8.1上我的BackGroud Gradiant仍然是黑色的。
我的页面有:
<xfg:ContentPageGloss.BackgroundGradient>
<xfg:Gradient Rotation="150">
<xfg:GradientStep StepColor="#305E70" StepPercentage="0" />
<xfg:GradientStep StepColor="#305E70" StepPercentage="1" />
</xfg:Gradient>
</xfg:ContentPageGloss.BackgroundGradient>
在,Android和iOS我应该初始化xfgloss,像这样:
-Android
XFGloss.Droid.Library.Init(this, bundle);
-iOS
XFGloss.iOS.Library.Init();
而且我没有找到如何在WinPhone上初始化XFGloss,甚至知道是否必须初始化它。
如何使这适用于WinPhone?
答案
XFGloss不支持Windows。我想它永远不会支持WP8,但有时它可能会得到UWP的支持。至少there is issue为此
以上是关于如何在WinPhone 8.1 Xamarin便携式项目中使用XFGloss的主要内容,如果未能解决你的问题,请参考以下文章