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

getRight() public method

public getRight ( ) : integer
return integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.
    public function getRight()
    {
        return $this->getViewState('Right', 0);
    }