Gets or sets frame color of the item under mouse cursor

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Property FrameColor As Color
C#
public Color FrameColor { get; set; }
Visual C++
public:
property Color FrameColor {
	Color get ();
	void set (Color value);
}
JavaScript
function get_frameColor();
function set_frameColor(value);

See Also