UI for WPF
The TouchManager in Telerik UI for WPF is a framework, which provides an intuitive API to enable and handle touch interactions in WPF applications via touch-enabled devices. You can subscribe to the touch events and adjust the touch hit test visibility for improved precision and accuracy of the end users touch interactions.
The TouchManager includes a rich set of touch events corresponding to each specific touch interaction in the application. You can link a UI element in the application to one or more different touch interactions – touch down, touch move, touch enter, swipe, tap, pinch and more.
You can define the hit test visibility of elements including touch interactions for better precision and improved user experience.
The TouchManager provides several built-in gestures such as tap, pinch, swipe and more, but also supports the creation of custom gestures.
In the cases, where the built-in gestures are not sufficient, you can create custom gestures to trace specific patterns or movements.