Click or drag to resize
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.Lights
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
float BrightnessLevel { get; set; }

Property Value

Type: Single
A value indicating the current brightness level of the lamp. The default is 1.0.
See Also