This property retrieves the selected object's background color or fill color.
[Visual Basic] Public ReadOnly Property
SelectedObjectBackColor As Color
[C#] public Color SelectedObjectBackColor
{get;}
Property Value
A value of type Color representing the background or fill
color.
Default value is Color.Empty
Explanation
The SelectedObjectBackColor property retrieves the selected object's background color or fill color.
This property is enabled when the selected object is the Rectangle, Ellipse, Polygon, or Text object. Otherwise this property is disabled.
When the EditKind property is set to values other than KindOfEdit.Select or when no object has been selected, this property value will be Color.Empty.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit