This property sets the level of blur for the text shadow.

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

Property Value

In integer representing the level of blur for the text shadow.

Default value is 0

Explanation

The TextShadowBlur property sets the level of blur for the text shadow. This property is enabled when the DesignedTextEnabled property is set to True.

The TextShadowBlur property is valid when both the TextShadowOffsetX property and the TextShadowOffsetY property are more than 0. However, the TextShadowBlur value cannot exceed the smallest value set in either of these two propertes. If a larger value is set in the TextShadowBlur property, the smallest value set in the TextShadowOffsetX property and the TextShadowOffsetY property will be used for the TextShadowBlur property. Setting a value less than 0 sets the property value to 0.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation