Version

RotateGesture Event

Fired when the user performs a rotation gesture via a touch input digitizer.
Syntax
'Declaration
 
Public Event RotateGesture As RotateGestureHandler
public event RotateGestureHandler RotateGesture
Event Data

The event handler receives an argument of type RotateGestureEventArgs containing data related to this event. The following RotateGestureEventArgs properties provide information specific to this event.

PropertyDescription
Angle Returns the angle of rotation, expressed in degrees.
Gesture Returns a constant identifying the gesture which triggered this event.
Handled (Inherited from Infragistics.Win.Touch.GestureEventArgs)Returns or sets a boolean value indicating whether the event has been handled.
Pivot Returns the touch point around which the rotation occurred for this gesture.
Remarks

The rotate gesture occurs when the user traces an arc on the touch surface with one finger while holding a second finger stationary. The stationary finger is referred to as the pivot; this point defines the vertext of the angle of rotation.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also