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

Return Value

A Color value representing the color of the inner border.

See Also