How do I use a tap gesture with a BoxView?

In .NET MAUI, you can make a BoxView respond when a user taps on it by using something called a tap gesture. This lets you tell the BoxView what to do when someone taps it. Here is an example: