Share via


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

Name Description
PinchGestureUpdatedEventArgs(GestureStatus, Double, Point)

Initializes a new instance of the PinchGestureUpdatedEventArgs class with scale and origin data.

PinchGestureUpdatedEventArgs(GestureStatus)

Initializes a new instance of the PinchGestureUpdatedEventArgs class.

Properties

Name Description
Scale

Gets the relative scale of the pinch gesture since the last update. Default is 1.

ScaleOrigin

Gets the origin point of the pinch gesture, which is the center between the two touch points.

Status

Gets a value indicating whether the gesture started, is running, or has finished.

Applies to