System.Devices.TDeviceInfo Properties
InheritedProtected
| AspectRatio | public | Aspect ratio of the minimum physical screen size of the device. | 
| Attributes | public | Attribute value assigned to the specified key. | 
| DeviceByID | public | Device from the list of devices that has the specified ID. | 
| DeviceClass | public | Device class of the device. | 
| DeviceCount | public | Number of devices in the list of devices. | 
| Devices | public | Device with the specified index in this list of devices. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| Exclusive | public | Indicates whether the device can be selected regardless of its device class or physical diagonal size (False) or can only be selected when it matches the specified device class and has a physical diagonal size that is the closest to the specified physical diagonal size (True). | 
| ID | public | String that uniquely identifies the device in the list of devices. | 
| MaxDiagonal | public | Length in inches of the diagonal of the maximum physical screen size, based on the values of MaxPhysicalScreenSize and PixelsPerInch. | 
| MaxLogicalScreenSize | public | Maximum logical screen width and height in pixels. | 
| MaxPhysicalScreenSize | public | Maximum physical screen width and height in pixels. | 
| MinDiagonal | public | Length in inches of the diagonal of the minimum physical screen size, based on the values of MinPhysicalScreenSize and PixelsPerInch. | 
| MinLogicalScreenSize | public | Minimum logical screen width and height in pixels. | 
| MinPhysicalScreenSize | public | Minimum physical screen width and height in pixels. | 
| PixelsPerInch | public | Number of pixels in an inch of physical screen. | 
| Platform | public | Platform of the device. | 
| ThisDevice | public | The device where your application is running. |