This property sets the degree of blur for the text shadow for single-selected objects.

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

Property Value

Integer value representing the degree of blur for text shadow

Default value is 0

Explanation

The SelectedObjectTextShadowBlur property sets the degree of blur for the text shadow for single-selected objects. The unit is Pixel.

When the DesignedTextEnabled property is True, the SelectedObjectTextShadowBlur property value can be retrieved and set when the target object is single selected. Only values less than or equal to the SelectedObjectTextShadowOffsetX property or SelectedObjectTextShadowOffsetY property, whichever is smaller, are valid for this property value.

See also

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

 

The ImageKit.NET3 is created by Newtone Corporation