Prado\Web\UI\WebControls\TRectangleHotSpot::getTop PHP Method

getTop() public method

public getTop ( ) : integer
return integer the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0.
    public function getTop()
    {
        return $this->getViewState('Top', 0);
    }