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