This property sets the line color or text color of the selected object.

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

Property Value

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

Explanation

The SelectedObjectForeColor property sets the line color or text color of the selected object.

This property is disabled when the selected object is the Image object.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is an Image object, this property value will be Colors.Black.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation