With ImageButton for Xamarin Forms you can easy add Buttons with only a Image to your View. Add this to your XAML Page: xmlns:local="clr-namespace:easterapps.xamarin.forms.controls"xmlns:local="clr-namespace:easterapps.xamarin.forms.controls" ImageButton with tapped animation <local:ImageButton x:Name="button_sample" Source="sample.png" PressedEffect="True"> <Image.GestureRecognizers> <TapGestureRecognizer Weiterlesen…
0 Kommentare