Click or drag to resize
SwitchOnValue Property
Gets or sets the GpioPinValue that indicates the switch is on.

Namespace: Microsoft.IoT.Devices.Input
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GpioPinValue OnValue { get; set; }

Property Value

Type: GpioPinValue
The GpioPinValue that indicates the switch is on. The default is Low.
See Also