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

Property Value

Type: Color
The foreground 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