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

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

Property Value

Value of type Color

Default value is Color.Empty

Explanation

The ForeColor property sets the background 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 background color for the text and the value of the TextBoxForeColor property is the color of the text.

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