<< 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 >SetVerticalTextAlignment |
Sets the vertical text alignment.
Prototype :
void SetVerticalTextAlignment
(
string VerticalTextAlignment
)
Arguments :
VerticalTextAlignment |
refer to VerticalTextAlignmentConst |
Example :
//string
This.SetVerticalTextAlignment("Bottom");
//constant
This.SetVerticalTextAlignment(VerticalTextAlignmentConst.Bottom);
Available Events :
All Events
See also :