2 references to ThresholdProperty
Microsoft.Maui.Controls (2)
SwipeGestureRecognizer.cs (2)
51
get { return (uint)GetValue(
ThresholdProperty
); }
52
set { SetValue(
ThresholdProperty
, value); }