按钮样式(颜色) 如何更改?Xamarin 跨平台



对于我使用的颜色按钮

<Button HorizontalOptions ="StartAndExpand" Image="@+id/table_icon" BackgroundColor="Red"/>

但我的应用程序很慢。有没有其他方法可以更改按钮颜色。样式 =" 我不能使用,或者 xaml 中不存在。??

在 C# 代码中尝试使用

button.BackgroundColor = UIColor.Yellow;

button更改为按钮的引用。

相关内容

  • 没有找到相关文章

最新更新