Gets or sets the color of the bar pen.

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

Syntax

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

Field Value

The color of the bar pen.

See Also