PinchGestureUpdatedEventArgs public class PinchGestureUpdatedEventArgs : EventArgs Event arguments for the PinchUpdated event. Documentation public double Scale { get; } The relative size of the user's pinch gesture. public Point ScaleOrigin { get; } The updated origin of the pinch gesture. public GestureStatus Status { get; } Whether the gesture started, is running, or has finished. public PinchGestureUpdatedEventArgs(GestureStatus status, double scale, Point origin) public PinchGestureUpdatedEventArgs(GestureStatus status)