dbicCalc Send comments on this topic.
ForeColor Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > BeforeDisplayAreaTextShownEventArgs Class : ForeColor Property

Determines the color used to draw the text in the display area.

Syntax

Visual Basic (Declaration) 
Public Property ForeColor As Color
C# 
public Color ForeColor {get; set;}

Property Value

Color

Remarks

Assigning a new value to this property will change the color of the text in the Display Area.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also