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

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 button. The default is 1.
See Also