This property sets the selected object's background color or fill color.

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

Property Value

A value of type Color representing the background or fill color.
Default value is Color.Empty

Explanation

The SelectedObjectBackColor property sets the selected object's background color or fill color.

This property is enabled when the selected object is the Rectangle, RoundedRectangle, Ellipse, Polygon, Text, or Stamp 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

 

The ImageKit.NET3 is created by Newtone Corporation