Prado\Web\UI\WebControls\TInlineFrame::getMarginHeight PHP Méthode

getMarginHeight() public méthode

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