Class
PinchEventArgs

Pinch gesture event arguments.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class PinchEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsPinchEventArgs

Properties

Factor

A value indicating the ratio between the current distance and start distance between the two touch points.

Declaration

cs-api-definition
public double Factor { get; }

Property Value

double

Methods

GetTouchPoint1(IInputElement)

Gets the first touch point.

Declaration

cs-api-definition
public TouchPoint GetTouchPoint1(IInputElement relativeTo)

Parameters

relativeTo

IInputElement

Returns

TouchPoint

GetTouchPoint2(IInputElement)

Gets the second touch point.

Declaration

cs-api-definition
public TouchPoint GetTouchPoint2(IInputElement relativeTo)

Parameters

relativeTo

IInputElement

Returns

TouchPoint