PHP Class Prado\Web\UI\WebControls\THorizontalAlign

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
Since: 3.0.4
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEnumerable
ファイルを表示 Open project: pradosoft/prado