Prado\Web\UI\WebControls\TPanelStyle::getDirection PHP Method

getDirection() public method

public getDirection ( ) : TContentDirection
return TContentDirection alignment of the content in the panel. Defaults to TContentDirection::NotSet.
    public function getDirection()
    {
        return $this->_direction === null ? TContentDirection::NotSet : $this->_direction;
    }