Help, I need to set UWP application window size and position.
I found how to set size:
ApplicationView.PreferredLaunchViewSize = new Size(1500, 800); ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.PreferredLaunchViewSize; But I can`t found how to set position?