This is an example of ask questions first. You should always look first, ask questions later.
The Panel has Top, Left, Bottom and Right properties, plus it has a Location property to give you the top, left corner as a Point, plus a Bounds property to give you the whole area as a Rectangle. All this information could have been found by reading the Help documentation for the Panel class, which should always be your first option.