graphics.PreferredBackBufferHeight = screenheight;

Hello
I’ve a problem with VS2019.
in VS 2017, I Type : graphics.PreferredBackBufferHeight = screenheight; ands it’s OK.
but in VS2019, I type _graphics.PreferredBackBufferHeight = screenheightheight; and it does’nt work.
I use Monogame 3.7.1.
What can I do ?
Thanks for the answer.

you have screenheightheight instead of screenheight?

1 Like

sorry, I typed wrong in the message but in Monogame, the syntax is correct.

3 Likes

lol this is why I come HERE to learn. It’s the best.

1 Like