This property sets whether or not the annotation object will be filled with the background color.

[Visual Basic] Public Property Fill As Boolean
[C#] public bool Fill {get; set;}

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, RoundRectangle, and Ellipse objects and will be the background color for the Text and Stamp objects. The Line, Polyline, Pen, and 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 set the SelectedObjectFill property.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation