Gets or sets the outer color of the bar.

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

Syntax

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

Field Value

The outer color of the bar.

See Also