This property sets the color of the text shadow.
[Visual Basic] Public Property TextShadowColor
As System.Drawing.Color
[C#] public System.Drawing.Color
TextShadowColor {get; set;}
Property Value
An System.Drawing.Color representing the text shadow color.
Default value is System.Drawing.Color.Gray
Explanation
The TextShadowColor property sets the color of the text shadow. This property is enabled when the DesignedTextEnabled property is set to True.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit