This property sets the text shadow color for single-selected objects.
[Visual Basic] Public Property
SelectedObjectTextShadowColor As System.Drawing.Color
[C#] public System.Drawing.Color
SelectedObjectTextShadowColor {get; set;}
Property Value
System.Drawing.Color value representing the color of the text shadow
Default value is System.Drawing.Color.Gray
Explanation
The SelectedObjectTextShadowColor property sets the text shadow color for single-selected objects. The default value is System.Drawing.Color.Gray.
When the DesignedTextEnabled property is True, the SelectedObjectTextShadowColor property value can be retrieved and set for single selected objects.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit