gpt4 book ai didi

c# - 渐变作为按钮边框颜色 Xamarin Android?

转载 作者:太空宇宙 更新时间:2023-11-03 14:39:48 25 4
gpt4 key购买 nike

我正在尝试在 Xamarin Forms 中创建一个带有渐变边框颜色的按钮,我在下面找到了适用于 IOS 的解决方案,但我找不到适用于 Android 的任何解决方案,有人可以帮助我吗?

Gradient as a Buttons BorderColor?

最佳答案

您可以使用提供渐变边框的 PancakeView,并添加触摸手势识别器:

<yummy:PancakeView 
BackgroundColor="#e2e885"
BorderGradientStops="{StaticResource Rainbow}"
HeightRequest="150"
CornerRadius="40,10,40,10"
BorderThickness="4"
BorderColor="#456287">
<yummy:PancakeView.GestureRecognizers>
<TapGestureRecognizer Command="{Binding OnTapCommand}" NumberOfTapsRequired="1" />
</yummy:PancakeView.GestureRecognizers>
<Label Text="Button text" HorizontalOptions="Center" VerticalOptions="Center" />
</yummy:PancakeView>

关于c# - 渐变作为按钮边框颜色 Xamarin Android?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57676764/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com