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 ref class PinchGestureUpdatedEventArgs : EventArgs
public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
inherit EventArgs
Public Class PinchGestureUpdatedEventArgs
Inherits EventArgs
- Inheritance
-
PinchGestureUpdatedEventArgs
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. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.