[Missing <summary> documentation for "P:Micromanager_net.MMToolKitComService.ForegroundColor"]

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

Syntax

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

Implements

_MMToolKitComService..::.ForegroundColor

See Also