Click or drag to resize
PushButtonHelperDebounceTimeout Property
Gets or sets the amount of time in milliseconds that will be used to debounce the pushbutton.

Namespace: Microsoft.IoT.DeviceHelpers.Input
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double DebounceTimeout { 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