DisplayGameDisplayMode Property |
Gets or sets the size/resolution and color depth of the display
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public GameDisplayMode GameDisplayMode { get; set; }
Property Value
Type:
GameDisplayModeRemarks If the display is windowed, this only affects the size. The color depth
will match that of the user's desktop. In full screen mode this affects the
resolution and color depth of the display.
See Also