This property sets the direction for the text gradient for single-selected Text and Stamp objects.
[Visual Basic] Public Property
SelectedObjectTextLinearGradientMode As
System.Drawing.Drawing2D.LinearGradientMode
[C#] public
System.Drawing.Drawing2D.LinearGradientMode
SelectedObjectTextLinearGradientMode {get; set;}
Property Value
A System.Drawing.Drawing2D.LinearGradientMode value representing the text gradient direction
Default value is System.Drawing.Drawing2D.LinearGradientMode.Horizontal
Explanation
The SelectedObjectTextLinearGradientMode property sets the direction for the text gradient for single-selected Text and Stamp objects.
When the DesignedTextEnabled property is True, this property value can be set when the appropriate object is single-selected.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit