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, and Ellipse annotation objects. The Paste Image object does not use this property. For the Text object, this ForeColor property sets the font color. Set this property before drawing the text to the image.
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 execute the SetSelectedObjectColors method.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit