Lamp.BrightnessLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating the current brightness level of the lamp, where 0.0 is completely off and 1.0 is maximum brightness.
public:
property float BrightnessLevel { float get(); void set(float value); };
float BrightnessLevel();
void BrightnessLevel(float value);
public float BrightnessLevel { get; set; }
var single = lamp.brightnessLevel;
lamp.brightnessLevel = single;
Public Property BrightnessLevel As Single
Property Value
Single
float
A value indicating the current brightness level of the lamp.