<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >SetGradientDirection |
Sets the gradient direction.
Prototype :
void SetGradientDirection
(
string GradientDirection
)
Arguments :
GradientDirection |
refer to GradientDirectionConst |
Example :
//string
This.SetGradientDirection("Horizontal");
//constant
This.SetGradientDirection(GradientDirectionConst.Horizontal);
Available Events :
All Events
See also :