Gets the current highlighting background color that 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; }
Visual Basic
Public ReadOnly Property HighlightColor As Color
	Get
Visual C++
public:
property Color HighlightColor {
	Color get ();
}
F#
member HighlightColor : Color with get

Property Value

Type: Color
The background color that is used to highlight the Cell.

Remarks

Alpha value of returned color can change with time that is used in fading effect implementation

Thread Safety

The method is not thread safe.

See Also