This property sets the end color used in the text gradient for the Text and Stamp annotation objects.

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

Property Value

The gradient end color of type System.Drawing.Color

Default value is System.Drawing.Color.Black

Explanation

The ForeColor2 property sets the end color used in the text gradient for the Text and Stamp annotation objects.

This property is valid only when the DesignedTextEnabled property is True and designed text functions are enabled. If this property has the same value as the ForeColor property, there will be no gradation.

The range of the gradient is the drawing range of the text if there is no automatic line break (WordWrap=False), and the range of the text box if there is an automatic line break (WordWrap=True).

Even when gradients are enabled, the opacity of the entire string is determined by the value of the ForeColorOpacity property.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation