2 references to ThresholdProperty
Microsoft.Maui.Controls (2)
SwipeView\SwipeView.cs (2)
61 get { return (double)GetValue(ThresholdProperty); } 62 set { SetValue(ThresholdProperty, value); }