PinchGestureUpdatedEventArgs Class

Definition

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)

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