| RgbLedRedPin Property |
Gets or sets the pin that the red component is connected to.
Namespace: Microsoft.IoT.Devices.LightsAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PwmPin RedPin { get; set; }
Public Property RedPin As PwmPin
Get
Set
public:
virtual property PwmPin^ RedPin {
PwmPin^ get () sealed;
void set (PwmPin^ value) sealed;
}
abstract RedPin : PwmPin with get, set
override RedPin : PwmPin with get, set
Property Value
Type:
PwmPinSee Also