Click or drag to resize
RotaryEncoderClickMode Property
Gets or sets a value that indicates when the Click event occurs.

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 ButtonClickMode ClickMode { get; set; }

Property Value

Type: ButtonClickMode

Implements

IPushButtonClickMode
See Also