File: ISwipeGestureController.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable namespace Microsoft.Maui.Controls { public interface ISwipeGestureController { void SendSwipe(Element sender, double totalX, double totalY); bool DetectSwipe(View sender, SwipeDirection direction); } } |