Click or drag to resize
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
C#
public GameDisplayMode GameDisplayMode { get; set; }

Property Value

Type: GameDisplayMode
Remarks
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