Class \Prado\Web\UI\WebControls\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
Class hierarchy
- \Prado\Web\UI\WebControls\TVerticalAlign
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
Deprecated since:
__construct, current, key, next, rewind, valid |
public
mixed
|
Bottom
|
'Bottom'
|
public
mixed
|
Middle
|
'Middle'
|
public
mixed
|
NotSet
|
'NotSet'
|
public
mixed
|
Top
|
'Top'
|