Class TVerticalAlign
TVerticalAlign class. TVerticalAlign defines the enumerable type for the possible vertical alignments in a CSS style.
The following enumerable values are defined:
- NotSet: the alignment is not specified.
- Top: top aligned
- Bottom: bottom aligned
- Middle: middle aligned
- TEnumerable implements Iterator
-
TVerticalAlign
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TStyle.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TStyle.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NotSet |
'NotSet' |
|
string |
Top |
'Top' |
|
string |
Bottom |
'Bottom' |
|
string |
Middle |
'Middle' |