PinchEventArgs
Class
Pinch gesture event arguments.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class PinchEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsPinchEventArgs
Properties
Methods
GetTouchPoint1(IInputElement)
TouchPoint
Gets the first touch point.
C#
public TouchPoint GetTouchPoint1(IInputElement relativeTo)
TouchPoint
GetTouchPoint2(IInputElement)
TouchPoint
Gets the second touch point.
C#
public TouchPoint GetTouchPoint2(IInputElement relativeTo)
TouchPoint