| RotaryEncoderDebounceTimeout Property |
Gets or sets the amount of time in milliseconds that will be used to debounce the button.
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double DebounceTimeout { get; set; }
Public Property DebounceTimeout As Double
Get
Set
public:
virtual property double DebounceTimeout {
double get () sealed;
void set (double value) sealed;
}
abstract DebounceTimeout : float with get, set
override DebounceTimeout : float with 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