Current illumination setting (Percentage range 0-100) Maybe different than target due to power handling on the device

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int Actual { get; set; }
Visual Basic (Declaration)
Public Property Actual As Integer
Visual C++
public:
property int Actual {
	int get ();
	void set (int value);
}

See Also