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.
|
Methods
GetTouchPoint1(IInputElement)
Gets the first touch point.
Declaration
public TouchPoint GetTouchPoint1(IInputElement relativeTo)
Parameters
System.
|
Returns
System.
|
GetTouchPoint2(IInputElement)
Gets the second touch point.
Declaration
public TouchPoint GetTouchPoint2(IInputElement relativeTo)
Parameters
System.
|
Returns
System.
|