Share via


SwipeGestureRecognizer.ISwipeGestureController.SendSwipe Method

Definition

For internal use by the Xamarin.Forms platform.

void ISwipeGestureController.SendSwipe (Xamarin.Forms.Element sender, double totalX, double totalY);
abstract member Xamarin.Forms.ISwipeGestureController.SendSwipe : Xamarin.Forms.Element * double * double -> unit
override this.Xamarin.Forms.ISwipeGestureController.SendSwipe : Xamarin.Forms.Element * double * double -> unit

Parameters

sender
Element

For internal use by the Xamarin.Forms platform.

totalX
System.Double

For internal use by the Xamarin.Forms platform.

totalY
System.Double

For internal use by the Xamarin.Forms platform.

Implements

Applies to