This property sets the drawing color used for all annotation objects.

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

Property Value

Value of type Color

Default value is Black

Explanation

The ForeColor property sets the drawing color used for the Line, Polyline, Polygon, Pen, Rectangle, RoundRectangle, and Ellipse annotation objects. The Image object does not use this property. For the Text  and Stamp objects, this ForeColor property sets the font color. Set this property before drawing the text.

To make changes to an object after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectForeColor property.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation