gpt4 book ai didi

xamarin - 图像大小,在 Xamarin Forms Labs 的图像按钮中的位置

转载 作者:行者123 更新时间:2023-12-03 20:20:37 26 4
gpt4 key购买 nike

我有以下使用 Xamarin Forms Labs 的 Xaml。图片太小,文字居中。我试图将图像放大一点,但 ImageHeightRequest 属性似乎没有影响。我还尝试了 StackLayout 格式的几种组合,例如 Horizo​​ntalOptions="StartAndExpand"仅用于 StackLayout 以及元素。这会导致按钮被挤压到左侧,并且宽度不足以显示按钮的整个文本。有谁知道如何用更大的图像来实现这一点,并且所有的东西都在左边?我知道图像更大,因为我正在将它从 Windows Phone 移植到 Xamarin,并且相同的图像在 Windows Phone 上更大。我也试过使用常规的 Xamarin Forms Image Button,它呈现相同大小的图像

 <StackLayout Spacing="0"  >

<Label>
<Label.FormattedText>
<FormattedString>
<FormattedString.Spans>
<Span Text="My Label" ForegroundColor="#5C85FF" Font="Large"/>
</FormattedString.Spans>
</FormattedString>
</Label.FormattedText>
</Label>

<controls:ImageButton Text="Button 1" BackgroundColor="#5C85FF" TextColor="#ffffff" HeightRequest="90" WidthRequest="175" Image="Image1.png" Orientation="ImageToLeft" ImageHeightRequest="85" ImageWidthRequest="100" Clicked="ScanProductClicked" />

<controls:ImageButton Text="Button 2" BackgroundColor="#5C85FF" TextColor="#ffffff" HeightRequest="90" WidthRequest="175" Image="Image2.png" Orientation="ImageToLeft" ImageHeightRequest="85" ImageWidthRequest="100" Clicked="ShopProductsClicked" />

<controls:ImageButton Text="Button 3" BackgroundColor="#5C85FF" TextColor="#ffffff" HeightRequest="90" WidthRequest="175" Image="Image3.png" Orientation="ImageToLeft" ImageHeightRequest="85" ImageWidthRequest="100" Clicked="ShoppingListsClicked" />

<controls:ImageButton Text="Button 4" BackgroundColor="#5C85FF" TextColor="#ffffff" HeightRequest="90" WidthRequest="175" Image="Image4.png" Orientation="ImageToLeft" ImageHeightRequest="85" ImageWidthRequest="100" Clicked="LogInClicked" />

<controls:ImageButton Text="Button 5" BackgroundColor="#5C85FF" TextColor="#ffffff" HeightRequest="90" WidthRequest="175" Image="Image5.png" Orientation="ImageToLeft" ImageHeightRequest="85" ImageWidthRequest="100" Clicked="SettingsClicked" /> </StackLayout>

最佳答案

您可以通过使用 TapGestureRecognizer 使图像可点击来解决此问题。要实现,请执行以下操作:
http://www.c-sharpcorner.com/UploadFile/e04e9a/xamarin-forms-image-button-recipe/

关于xamarin - 图像大小,在 Xamarin Forms Labs 的图像按钮中的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27848101/

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