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

setVerticalAlign() public method

Sets the vertical alignment of the contents within the table item.
public setVerticalAlign ( $value )
    public function setVerticalAlign($value)
    {
        $this->_verticalAlign = TPropertyValue::ensureEnum($value, 'Prado\\Web\\UI\\WebControls\\TVerticalAlign');
    }