| PushButtonIsPressed Property |
Gets a value that indicates if 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 bool IsPressed { get; }
Public ReadOnly Property IsPressed As Boolean
Get
public:
virtual property bool IsPressed {
bool get () sealed;
}
abstract IsPressed : bool with get
override IsPressed : bool with get
Property Value
Type:
Booleantrue if the button is pressed; otherwise false.
Implements
IPushButtonIsPressedSee Also