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

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

Property Value

A value of type Color representing the line or text color.
Default value is Color.Empty

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 Color.Empty.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation