Prado\Web\UI\WebControls\TInlineFrame::getMarginHeight PHP Method

getMarginHeight() public method

public getMarginHeight ( ) : integer
return 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);
    }