/// <summary> /// Sets the position of the <see cref="SciterWindow"/> on the Screen /// </summary> public SciterWindowBuilder WithPosition(SciterPoint point) { _position = point; return(this); }