| RgbLedGreenPin Property |
Gets or sets the pin that the green 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 GreenPin { get; set; }
Public Property GreenPin As PwmPin
Get
Set
public:
virtual property PwmPin^ GreenPin {
PwmPin^ get () sealed;
void set (PwmPin^ value) sealed;
}
abstract GreenPin : PwmPin with get, set
override GreenPin : PwmPin with get, set
Property Value
Type:
PwmPinSee Also