| RgbLedBrightnessLevel Property |
Gets or sets a value indicating the current brightness level
of the light, where 0.0 is completely off and 1.0 is maximum
brightness.
Namespace: Microsoft.IoT.Devices.LightsAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public float BrightnessLevel { get; set; }
Public Property BrightnessLevel As Single
Get
Set
public:
virtual property float BrightnessLevel {
float get () sealed;
void set (float value) sealed;
}
abstract BrightnessLevel : float32 with get, set
override BrightnessLevel : float32 with get, set
Property Value
Type:
Single
A value indicating the current brightness level of the lamp. The default is
1.0.
Implements
ILightBrightnessLevelSee Also