Click or drag to resize
IPushButtonIsPressed Property
Gets a value that indicates if the button is pressed.

Namespace: Microsoft.IoT.DeviceCore.Input
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsPressed { get; }

Property Value

Type: Boolean
true if the button is pressed; otherwise false.
See Also