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
Double

For internal use by the Xamarin.Forms platform.

totalY
Double

For internal use by the Xamarin.Forms platform.

Implements

Applies to