ISwipeGestureController.SendSwipe(Element, Double, Double) 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.
For internal use by platform renderers.
public void SendSwipe (Xamarin.Forms.Element sender, double totalX, double totalY);
abstract member SendSwipe : Xamarin.Forms.Element * double * double -> unit
Parameters
- sender
- Element
For internal use by platform renderers.
- totalX
- System.Double
For internal use by platform renderers.
- totalY
- System.Double
For internal use by platform renderers.