3 references to Threshold
Microsoft.Maui.Controls (3)
SwipeGestureRecognizer.cs (3)
24 /// <summary>Bindable property for <see cref="Threshold"/>.</summary> 25 public static readonly BindableProperty ThresholdProperty = BindableProperty.Create(nameof(Threshold), typeof(uint), typeof(SwipeGestureRecognizer), DefaultSwipeThreshold); 66 var threshold = Threshold;