PinchGestureUpdatedEventArgs.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.