Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created November 17, 2018 19:01
Embed
What would you like to do?
Example of how to use ImageButton in Xamarin.Forms applications - http://julianocustodio.com/imagebutton
<ImageButton Source="XamarinLogo.png"
Aspect="AspectFit"
BorderWidth="2"
VerticalOptions="CenterAndExpand"
HorizontalOptions="CenterAndExpand"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment