Gets or sets the foreground 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 ForeColor { get; set; }
Visual Basic (Declaration)
Public Property ForeColor As Color
Visual C++
public:
property Color ForeColor {
	Color get ();
	void set (Color value);
}

Return Value

The foreground Color of the control.

See Also