Gets or sets the foreground color (color of the text).

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

Syntax

C#
public virtual Color ForeColor { get; set; }
Visual Basic
Public Overridable Property ForeColor As Color
	Get
	Set
Visual C++
public:
virtual property Color ForeColor {
	Color get ();
	void set (Color value);
}
F#
abstract ForeColor : Color with get, set
override ForeColor : Color with get, set

Property Value

Type: Color
The foreground color.

See Also