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

getMarginWidth() public méthode

public getMarginWidth ( ) : integer
Résultat integer the amount of space, in pixels, that should be left between the frame's contents and the left and right margins. Defaults to -1, meaning not set.
    public function getMarginWidth()
    {
        return $this->getViewState('MarginWidth', -1);
    }