Prado\Web\UI\WebControls\TTableItemStyle::getVerticalAlign PHP Method

getVerticalAlign() public method

public getVerticalAlign ( ) : TVerticalAlign
return TVerticalAlign the vertical alignment of the contents within the table item, defaults to TVerticalAlign::NotSet.
    public function getVerticalAlign()
    {
        return $this->_verticalAlign === null ? TVerticalAlign::NotSet : $this->_verticalAlign;
    }