This property sets the background color or fill color used by annotation objects.

[Visual Basic] Public Property BackColor As Color
[C#] public Color BackColor {get; set;}

Property Value

Value of type Color

Default value is White

Explanation

The BackColor property sets the background color or fill color used by annotation objects.

The BackColor property is enabled when the Fill property is true and becomes the fill color for the Rectangle, Ellipse, and Polygon objects and the background color for the Text object. This property is not used for the Line, Polyline, Pen, or Paste Image objects.

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.

See also

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET2 is created by Newtone Corporation