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

Return Value

A Color value representing the color of the outer border.

See Also