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