Class \Prado\Web\UI\WebControls\THorizontalAlign
THorizontalAlign class.
THorizontalAlign defines the enumerable type for the possible horizontal alignments in a CSS style.
The following enumerable values are defined:
- NotSet: the alignment is not specified.
- Left: left aligned
- Right: right aligned
- Center: center aligned
- Justify: the begin and end are justified
Class hierarchy
- \Prado\Web\UI\WebControls\THorizontalAlign
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
Deprecated since:
__construct, current, key, next, rewind, valid |
public
mixed
|
Center
|
'Center'
|
public
mixed
|
Justify
|
'Justify'
|
public
mixed
|
Left
|
'Left'
|
public
mixed
|
NotSet
|
'NotSet'
|
public
mixed
|
Right
|
'Right'
|