Gets or sets the light. Values from 0 to 100.

Namespace:  CoreDevices.DeviceControls.Colors
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

The light.

See Also