HttpBrowserCapabilitiesWrapper::ScreenBitDepth Property

 

Gets the depth of the display, in bits per pixel.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int ScreenBitDepth {
	virtual int get() override;
}

Property Value

Type: System::Int32

The depth of the display, in bits per pixel. The default is 1.

.NET Framework
Available since 3.5
Return to top
Show: