Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created November 20, 2020 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sthewissen/a00a3b1c5253c545827b4fc4d14b64b1 to your computer and use it in GitHub Desktop.
Save sthewissen/a00a3b1c5253c545827b4fc4d14b64b1 to your computer and use it in GitHub Desktop.
A sample using basic TouchEffect properties
<Grid touch:TouchEff.PressedBackgroundColor="{StaticResource light_blue}"
touch:TouchEff.RegularBackgroundColor="{StaticResource white}"
touch:TouchEff.Command="{Binding OpenThemePickerCommand}">
...
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment