ElementGesturesExtensions.PinchGesture<TGestureElement> Method
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.
public static TGestureElement PinchGesture<TGestureElement> (this TGestureElement gestureElement, Action<Xamarin.Forms.PinchGestureRecognizer> init) where TGestureElement : Xamarin.Forms.Element, Xamarin.Forms.IGestureRecognizers;
static member PinchGesture : 'GestureElement * Action<Xamarin.Forms.PinchGestureRecognizer> -> 'GestureElement (requires 'GestureElement :> Xamarin.Forms.Element and 'GestureElement :> Xamarin.Forms.IGestureRecognizers)
Type Parameters
- TGestureElement
Parameters
- gestureElement
- TGestureElement
- init
- System.Action<PinchGestureRecognizer>
Returns
TGestureElement