Prado\Web\UI\WebControls\TPolygonHotSpot::getShape PHP Method

getShape() public method

public getShape ( ) : string
return string shape of this hotspot.
    public function getShape()
    {
        return 'poly';
    }