xml Xamarin Rouded Button with Image

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Xamarin Rouded Button with Image相关的知识,希望对你有一定的参考价值。

						<Frame HorizontalOptions="Fill"
								VerticalOptions="Center"
								HeightRequest="20"
								Margin="45, 20"
								BackgroundColor="White"
								CornerRadius="10">
						  <Frame.GestureRecognizers>
							<TapGestureRecognizer Command="{Binding AddToCart}"/>
						  </Frame.GestureRecognizers>
						  <StackLayout Orientation="Horizontal" HorizontalOptions="Center">
							<Image Source="cesta.png" WidthRequest="15" VerticalOptions="Center"/>
							<Label Text="Comprar"
									FontAttributes="Bold"
									FontSize="16"
									Margin="8,0,0,0"
									TextColor="{StaticResource AlmostBlack}"
									VerticalTextAlignment="Center"
									HorizontalTextAlignment="Center"/>
						  </StackLayout>
						</Frame>

以上是关于xml Xamarin Rouded Button with Image的主要内容,如果未能解决你的问题,请参考以下文章

XML 元素值显示为空白

Xamarin.Forms Button长按事件

Xamarin.Forms 监听Button的按下释放事件

Xamarin.Forms之Button

Xamarin.Forms Android改变Button Image的颜色

没有声明Xamarin.Android Button Border