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

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

Property Value

Value of type System.Windows.Media.Color

Default value is Colors.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.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation