This property sets the vertical offset for the text shadow.

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

Property Value

An integer representing the vertical offset for text shadow.

Default value is 0.

Explanation

The TextShadowOffsetY property sets the vertical offset for the text shadow. The units are pixels. If both this property and the TextShadowOffsetX property are set to 0, there will be no shadow. Values of less than 0 will be set to zero.

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