Class \Prado\Web\UI\WebControls\TInlineFrameAlign
TInlineFrameAlign class.
TInlineFrameAlign defines the enumerable type for the possible alignments that the content in a TInlineFrame could be.
The following enumerable values are defined:
- NotSet: the alignment is not specified.
- Left: left aligned
- Right: right aligned
- Top: top aligned
- Middle: middle aligned
- Bottom: bottom aligned
Class hierarchy
- \Prado\Web\UI\WebControls\TInlineFrameAlign
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
Deprecated since:
__construct, current, key, next, rewind, valid |
public
mixed
|
Bottom
|
'Bottom'
|
public
mixed
|
Left
|
'Left'
|
public
mixed
|
Middle
|
'Middle'
|
public
mixed
|
NotSet
|
'NotSet'
|
public
mixed
|
Right
|
'Right'
|
public
mixed
|
Top
|
'Top'
|