This property sets the color of the text that is input in the Text and Stamp objects.

[Visual Basic] Public Property TextBoxForeColor As Color
[C#] public Color TextBoxForeColor {get; set;}

Property Value

Value of type Color

Default value is Color.Empty

Explanation

The ForeColor property sets the color of the text that is input in the Text and Stamp objects. It is valid when this property is set to a value other than Color.Empty. The value of this property is the text color and the value of the TextBoxBackColor property is the background color.

When the value of this property is Color.Empty the text color will be the ForeColor property value and
     1. If the Fill property is True, the background color will be the BackColor property value
     2. If the Fill property is False, the background color will be the RGB inversion color of the ForeColor property value.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation