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

getScrollBars() public method

public getScrollBars ( ) : TScrollBars
return TScrollBars the visibility and position of scroll bars in a panel control, defaults to TScrollBars::None.
    public function getScrollBars()
    {
        return $this->_scrollBars === null ? TScrollBars::None : $this->_scrollBars;
    }