This property sets the direction for the text gradiation.

[Visual Basic] Public Property TextLinearGradientMode As System.Drawing.Drawing2D.LinearGradientMode
[C#] public System.Drawing.Drawing2D.LinearGradientMode TextLinearGradientMode {get; set;}

Property Value

A value of type System.Drawing.Drawing2D.LinearGradientMode
     Horizontal (0): Gradation from left to right
     Vertical (1): Gradation from left to right
     ForwardDiagonal (2): Gradation from top left to bottom right
     BackwardDiagonal (2): Gradation from top right to bottom left

Default value is System.Drawing.Drawing2D.LinearGradientMode.Horizontal

Explanation

The TextLinearGradientMode property sets the direction for the text gradiation. The range of the gradiation is the drawing range of the text if there is no automatic line break (WordWrap=False), and the range of the text box if there is an automatic line break (WordWrap=True).

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