📅  最后修改于: 2022-03-11 14:48:59.335000             🧑  作者: Mango
//you likely already have this line (or similar)
graphics = new GraphicsDeviceManager(this);
//set the GraphicsDeviceManager's fullscreen property
graphics.IsFullScreen = true;