PinchGestureUpdatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for the PinchUpdated event.
public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
inherit EventArgs
- Inheritance
-
System.EventArgsPinchGestureUpdatedEventArgs
Constructors
PinchGestureUpdatedEventArgs(GestureStatus, Double, Point) |
Constructs a new PinchGestureUpdatedEventArgs object with the specified values. |
PinchGestureUpdatedEventArgs(GestureStatus) |
Constructs a new PinchGestureUpdatedEventArgs object with default values. |
Properties
Scale |
The relative size of the user's pinch gesture since the last update was received. |
ScaleOrigin |
The updated origin of the pinch gesture. |
Status |
Whether the gesture started, is running, or has finished. |