Implemented interface member:
property
Threshold
Microsoft.Maui.ISwipeView.Threshold
4 references to Threshold
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.cs (2)
34 /// <summary>Bindable property for <see cref="Threshold"/>.</summary> 36 BindableProperty.Create(nameof(Threshold), typeof(double), typeof(SwipeView), default(double));
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\SwipeViewRenderer.cs (2)
1211 var threshold = Element?.Threshold; 1304 double threshold = Element.Threshold;