| RotaryEncoderPressedValue Property |
Gets or sets the
GpioPinValue that indicates the button is pressed.
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPinValue PressedValue { get; set; }
Public Property PressedValue As GpioPinValue
Get
Set
public:
virtual property GpioPinValue PressedValue {
GpioPinValue get () sealed;
void set (GpioPinValue value) sealed;
}
abstract PressedValue : GpioPinValue with get, set
override PressedValue : GpioPinValue with get, set
Property Value
Type:
GpioPinValue
The
GpioPinValue that indicates the button is pressed.
The default is
Low.
See Also