Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active May 23, 2022 12:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lgolubyev/e5f8663e489c026ee7f78beb7f549d8b to your computer and use it in GitHub Desktop.
<Grid>
<Grid.GestureRecognizers>
<TapGestureRecognizer NumberOfTapsRequired="2" Command="{Binding OnTileTapped}"/></Grid.GestureRecognizers>
<!-- Grid content -->
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment