TLabelForeColor Property
Gets or sets the foreground color of the control.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public override Color ForeColor { get; set; }
Public Overrides Property ForeColor As Color
Get
Set
Property Value
Color
The foreground System.Drawing.Color of the control. The default is the value
of the System.Windows.Forms.Control.DefaultForeColor property.