This property sets the opacity of the text shadow.

[Visual Basic] Public Property TextShadowColorOpacity As Integer
[C#] public int TextShadowColorOpacity {get; set;}

Property Value

An integer representing the percent of the text shadow opacity.

Default value is 100.

Explanation

The TextShadowColorOpacity property sets the percentage of opacity of the text shadow. The units percent. Values are valid between 0 and 100. The lower the value, the more transparent. (0 is completely transparent, 100 is completely opaque.)

If a value less than 0 is set, the value will be 0, and if a value greater than 100 is set, the value will be 100.

This property is enabled when the DesignedTextEnabled property is set to True.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation