Class PinchEventArgs
Pinch gesture event arguments.
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class PinchEventArgs : RadRoutedEventArgs
Properties
Factor
A value indicating the ratio between the current distance and start distance between the two touch points.
Declaration
public double Factor { get; }
Property Value
System.Double
|
Methods
GetTouchPoint1(IInputElement)
Gets the first touch point.
Declaration
public TouchPoint GetTouchPoint1(IInputElement relativeTo)
Parameters
System.Windows.IInputElement
relativeTo
|
Returns
System.Windows.Input.TouchPoint
|
GetTouchPoint2(IInputElement)
Gets the second touch point.
Declaration
public TouchPoint GetTouchPoint2(IInputElement relativeTo)
Parameters
System.Windows.IInputElement
relativeTo
|
Returns
System.Windows.Input.TouchPoint
|