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

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

Property Value

A value of type System.Windows.Media.Color representing the background or fill color.
Default value is Colors.Black

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 Colors.Black.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation