Prado\Web\UI\WebControls\TInlineFrame::getMarginHeight PHP 메소드

getMarginHeight() 공개 메소드

public getMarginHeight ( ) : integer
리턴 integer the amount of space, in pixels, that should be left between the frame's contents and the top and bottom margins. Defaults to -1, meaning not set.
    public function getMarginHeight()
    {
        return $this->getViewState('MarginHeight', -1);
    }