Class PinchEventArgs
Pinch gesture event arguments.
Inherited Members
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(UIElement)
Gets the first touch point.
Declaration
public TouchPoint GetTouchPoint1(UIElement relativeTo)
Parameters
System.Windows.UIElement
relativeTo
|
Returns
System.Windows.Input.TouchPoint
|
GetTouchPoint2(UIElement)
Gets the second touch point.
Declaration
public TouchPoint GetTouchPoint2(UIElement relativeTo)
Parameters
System.Windows.UIElement
relativeTo
|
Returns
System.Windows.Input.TouchPoint
|