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

getMarginWidth() public method

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