Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 xamarin。表单应用程序,我可以在其中应用渐变颜色的导航栏,但我无法将这些渐变颜色应用于 Android 和 iOS 平台中的选项卡式页面。有没有办法为 xamarin.forms 中的标签页应用渐变颜色。
不明白你想要什么效果。当发布图片时,我会检查这个答案。
也许这是您想要的,在您的 Xamarin.Forms 项目中执行此操作,如下所示。
var tabbedPage = new TabbedPage() { BackgroundColor = Color.LightGray; BarBackgroundColor = Color.Black, BarTextColor = Color.White };
或者将这些属性设置在.xaml.
.xaml