2 references to Direction
Microsoft.Maui.Controls (2)
SwipeGestureRecognizer.cs (2)
21
/// <summary>Bindable property for <see cref="
Direction
"/>.</summary>
22
public static readonly BindableProperty DirectionProperty = BindableProperty.Create(nameof(
Direction
), typeof(SwipeDirection), typeof(SwipeGestureRecognizer), default(SwipeDirection));