Gets or sets the highlighting color, which is evaluated with time.

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

Syntax

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

Property Value

Type: Color
The color.

See Also