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

[Visual Basic] Public Property ForeColorOpacity As Integer
[C#] public int ForeColorOpacity {get; set;}

Property Value

The level of opacity.

Default value is 100

Explanation

The ForeColorOpacity property sets the opacity level for the font color used in the Line, Polyline, Polygon, Pen, Rectangle, RoundRectangle, and Ellipse objects. The Image object does not use this property. For the Text and Stamp objects, this ForeColor property sets the opacity of the font color.

Values range from 0 to 100, as the value increases opacity increases. 0 represents total transparency, 100 represents total opacity.

To make changes to an fore color opacity after the text has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or set the SelectedObjectForeColorOpacity property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation