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

Namespace: Microsoft.IoT.Devices.Input
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.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 switch. The default is 50.
See Also