This property sets whether or not the annotation object will be filled with the background color.
Property Value
True: The object is filled with the background color
False The object is not filled with the backgroud color
Default value is False
Explanation
The Fill property sets whether or not the annotation object will be filled with the background color.
When True, the color set in the BackColor property will be used to fill the Polygon, Rectangle, and Ellipse objects and will be the background color for the Text object. The Line, Polyline, Pen, and Paste Image objects do not use the Fill property.
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 SetSelectedObjectFill method.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit