Guest User

Untitled

a guest
Apr 24th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <Label Text="Enlace" TextColor="Blue" >
  2. <Label.GestureRecognizers>
  3. <TapGestureRecognizer Command="{Binding NavigateCommand}" />
  4. </Label.GestureRecognizers>
  5. </Label>
Add Comment
Please, Sign In to add comment