| ILightBrightnessLevel 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.DeviceCore.LightsAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax float BrightnessLevel { get; set; }
Property BrightnessLevel As Single
Get
Set
property float BrightnessLevel {
float get ();
void set (float value);
}
abstract BrightnessLevel : float32 with get, set
Property Value
Type:
Single
A value indicating the current brightness level of the lamp. The default is
1.0.
See Also