This property sets whether or not the item used to set the text shadow color is enabled in the property dialog.
[Visual Basic] Public Property
DialogTextShadowColorEnabled As Boolean
[C#] public bool DialogTextShadowColorEnabled
{get; set;}
Property Value
True: The item used to set the text shadow color is enabled
False: The item used to set the text shadow color is disabled
Default value is True
Explanation
The DialogTextShadowColorEnabled property sets whether or not the item used to set the text shadow color is enabled in the property dialog.
This property is valid only when the DesignedTextEnabled property is True. If this property is set to False, the text shadow color and text shadow opacity are disabled in the property dialog and cannot be set.
This property is only valid for Text and Stamp objects.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit