Como definir o FPS em monogame

IsFixedTimeStep = true;
TargetElapsedTime = System.TimeSpan.FromSeconds(1d / desiredFrameRate);
Pixel Freak