I think in the method Render() the line
y = Height - size.Height;
should be
y += Height - size.Height;
I think in the method Render() the line
y = Height - size.Height;
should be
y += Height - size.Height;
This fix been committed to codeplex.