Gets or sets the glow color of the control.

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

Syntax

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

Return Value

A Color value representing the glow color.

See Also