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

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

Property Value

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

Explanation

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

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

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.NET2 is created by Newtone Corporation