| Visual Basic (Declaration) | |
|---|---|
Public Property ForeColor As Color | |
| C# | |
|---|---|
public Color ForeColor {get; set;} | |
Property Value
ColorAssigning a new value to this property will change the color of the text in the Display Area.
| dbicCalc | Send comments on this topic. |
| ForeColor Property | |
| See Also | |
|
| dbicCalc Assembly > Dbi.WinControl.Calc Namespace > BeforeDisplayAreaTextShownEventArgs Class : ForeColor Property |
| Visual Basic (Declaration) | |
|---|---|
Public Property ForeColor As Color | |
| C# | |
|---|---|
public Color ForeColor {get; set;} | |