PinchGestureUpdatedEventArgs Class

Definition

Event arguments for the PinchUpdated event.

public class PinchGestureUpdatedEventArgs : EventArgs
type PinchGestureUpdatedEventArgs = class
    inherit EventArgs
Inheritance
System.EventArgs
PinchGestureUpdatedEventArgs

Constructors

PinchGestureUpdatedEventArgs(GestureStatus)

Constructs a new PinchGestureUpdatedEventArgs object with default values.

PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)

Constructs a new PinchGestureUpdatedEventArgs object with the specified 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