Click or drag to resize
PushButtonHelperUsePullResistors Property
Gets or sets a value that indicates if integrated pull up or pull down resistors should be used to help maintain the state of the pin.

Namespace: Microsoft.IoT.DeviceHelpers.Input
Assembly: Microsoft.IoT.DeviceHelpers (in Microsoft.IoT.DeviceHelpers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool UsePullResistors { get; set; }

Property Value

Type: Boolean
true if integrated pull up or pull down resistors should; otherwise false. The default is true.
See Also