Click or drag to resize
PushButtonHelper Properties

The PushButtonHelper type exposes the following members.

Properties
  NameDescription
Public propertyClickEvent
Gets the click event for the push button.
Public propertyClickMode
Gets or sets a value that indicates when the Click event occurs.
Public propertyDebounceTimeout
Gets or sets the amount of time in milliseconds that will be used to debounce the pushbutton.
Public propertyIsPressed
Gets a value that indicates if the button is pressed.
Public propertyPin
Gets or sets the pin that the button is connected to.
Public propertyPressedEvent
Gets the pressed event for the push button.
Public propertyPressedValue
Gets or sets the GpioPinValue that indicates the button is pressed.
Public propertyReleasedEvent
Gets the released event for the push button.
Public propertyUsePullResistors
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.
Top
See Also