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

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

Property Value

Value of type System.Windows.Media.Color

Default value is Colors.White

Explanation

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

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

To make changes to an object's back color after it has been drawn, select the object and right click to display the "context menu", execute the ShowPropertyDialog method, or use the SelectedObjectBackColor property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation