property Label.ForeColor as Color
Specifies the control's foreground color.

TypeDescription
Color A color expression that indicates the control's foreground color.
The ForeColor property assigns a different foreground color for the entire label. Use the Picture property to assign a picture on the control's background. Use the Appearance property to change the control's border. Use the BackColor property to assign a different background color for label's caption. Use the <fgcolor> HTML element to specify a different foreground color for portions of text in the control's Caption.