This property sets the horizontal offset for the text shadow.

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

Property Value

An integer representing the horizontal offset for text shadow.

Default value is 0.

Explanation

The TextShadowOffsetX property sets the horizontal offset for the text shadow. The units are pixels. If both this property and the TextShadowOffsetY 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