Thrown when the user is in the process of rotating with the Touch interface.
The event handler receives an argument of type RotationGestureOccurringEventArgs containing data related to this event. The following RotationGestureOccurringEventArgs properties provide information specific to this event.
Property | Description |
---|
DegreesRotated | Gets the angle (in degrees) of cumulative rotation during rotation with the touch interface. |
RotationCenterPoint | Gets the center of the fingers during rotation with the touch interface. |