| RotaryEncoderButtonPin Property |
Gets or sets the pin that the button is connected to.
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPin ButtonPin { get; set; }
Public Property ButtonPin As GpioPin
Get
Set
public:
virtual property GpioPin^ ButtonPin {
GpioPin^ get () sealed;
void set (GpioPin^ value) sealed;
}
abstract ButtonPin : GpioPin with get, set
override ButtonPin : GpioPin with get, set
Property Value
Type:
GpioPinSee Also