<< 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 >SetHorizontalTextAlignment |
Sets the horizontal text alignment.
Prototype :
void SetHorizontalTextAlignment
(
string HorizontalTextAlignment
)
Arguments :
HorizontalTextAlignment |
refer to HorizontalTextAlignmentConst |
Example :
//string
This.SetHorizontalTextAlignment("Center");
//constant
This.SetHorizontalTextAlignment(HorizontalTextAlignmentConst.Center);
Available Events :
All Events
See also :