Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <StackLayout Padding="0,30,0,0">
  2. <Label Text="Image Button"
  3. FontSize="50"
  4. FontAttributes="Bold"/>
  5.  
  6. <ImageButton Source="xamarinRocket.png"
  7. Margin="20,0,20,0"
  8. BorderWidth="1"
  9. BorderColor="Red"
  10. HeightRequest="200"
  11. WidthRequest="200"/>
  12.  
  13. </StackLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement