Screen Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | AllScreens | Gets an array of all displays on the system. |
![]() | BitsPerPixel | Gets the number of bits of memory, associated with one pixel of data. |
![]() | Bounds | Gets the bounds of the display. |
![]() | DeviceName | Gets the device name associated with a display. |
![]() | Primary | Gets a value indicating whether a particular display is the primary device. |
![]() ![]() | PrimaryScreen | Gets the primary display. |
![]() | WorkingArea | 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. |
Show:

