| PushButtonHelperDebounceTimeout Property |
Gets or sets the amount of time in milliseconds that will be used to debounce the pushbutton.
Namespace: Microsoft.IoT.DeviceHelpers.InputAssembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double DebounceTimeout { get; set; }
Public Property DebounceTimeout As Double
Get
Set
public:
property double DebounceTimeout {
double get ();
void set (double value);
}
member DebounceTimeout : float with get, set
Property Value
Type:
Double
The amount of time in milliseconds that will be used to debounce the pushbutton. The default
is 50.
See Also