The properties of System.Windows.Forms.Screen are listed below. For a list of all members, see the Screen Members list.
See Also: Inherited members from System.Object
[read-only] static | AllScreens | Screen[].
Gets an array of all displays on the system. |
[read-only] | BitsPerPixel | int.
Gets the number of bits of memory, associated with one pixel of data. |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the bounds of the display. |
[read-only] | DeviceName | string.
Gets the device name associated with a display. |
[read-only] | Primary | bool.
Gets a value indicating whether a particular display is the primary device. |
[read-only] static | PrimaryScreen | Screen.
Gets the primary display. |
[read-only] | WorkingArea | System.Drawing.Rectangle.
Gets the working area of the display. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars. |