My code does nothing, I guess it was centered because the window manager guessed it was a fine place. Relevant code:
_window = new RenderWindow(
new VideoMode(((uint)(width * zoom), (uint)(height * zoom))),
title,
Styles.Titlebar | Styles.Close,
State.Windowed);