PinchGestureUpdatedEventArgs.Status Property

Definition

Whether the gesture started, is running, or has finished.

public Xamarin.Forms.GestureStatus Status { get; }
member this.Status : Xamarin.Forms.GestureStatus

Property Value

Whether the gesture started, is running, or has finished.

Remarks

The origin of the pinch, ScaleOrigin, is the center of the pinch gesture, and changes if the user translates their pinch while they scale. Application developers may want to store the pinch origin when the gesture begins and use it for all scaling operations for that gesture.

The initial value of the Scale property for each new pinch gesture is 1.0.

Applies to