Prado\Web\UI\WebControls\TTableRow::getVerticalAlign PHP Méthode

getVerticalAlign() public méthode

public getVerticalAlign ( ) : string
Résultat string the vertical alignment of the contents within the table item, defaults to 'NotSet'.
    public function getVerticalAlign()
    {
        if ($this->getHasStyle()) {
            return $this->getStyle()->getVerticalAlign();
        } else {
            return 'NotSet';
        }
    }