Prado\Web\UI\WebControls\TInlineFrame::getMarginWidth PHP Метод

getMarginWidth() публичный Метод

public getMarginWidth ( ) : integer
Результат 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);
    }