Class TContentDirection
TContentDirection class. TContentDirection defines the enumerable type for the possible directions that a panel can be at.
The following enumerable values are defined:
- NotSet: the direction is not specified
- LeftToRight: content in a panel is left to right
- RightToLeft: content in a panel is right to left
- TEnumerable implements Iterator
-
TContentDirection
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/TPanelStyle.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/TPanelStyle.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NotSet |
'NotSet' |
|
string |
LeftToRight |
'LeftToRight' |
|
string |
RightToLeft |
'RightToLeft' |