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

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

Syntax

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

Implements

_MMToolKitComService..::.BackgroundColor

See Also