Gets or sets the color of the editor hot frame.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Color EditorHotFrameColor { get; set; }
Visual Basic
Public Property EditorHotFrameColor As Color
	Get
	Set
Visual C++
public:
property Color EditorHotFrameColor {
	Color get ();
	void set (Color value);
}
F#
member EditorHotFrameColor : Color with get, set

Property Value

Type: Color
The color of the editor hot frame.

See Also