The PageView control now supports multi-touch manipulation of the view. These are disabled by default, but can be enabled by setting the TouchGesturesEnabled Property to true. The Gestures enumeration flags can then be used to toggle specific gestures on the Gestures Property. Three types of gestures are currently supported:
- Translation – Moving of the view by dragging the image.
- Scale – Zooming the image in and out by bringing 2 touches closer together or farther apart.
- Rotation – Rotating the view of the image in 90 degree increments.
By default, when touch gestures are enabled, all of these gestures are enabled. Any combination of these can be set to allow control of the view through touch interfaces.