HttpBrowserCapabilitiesBase.ScreenBitDepth Property

 

When overridden in a derived class, gets the depth of the display, in bits per pixel.

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

abstract ScreenBitDepth : int with get
override ScreenBitDepth : int with get

Property Value

Type: System.Int32

The depth of the display, in bits per pixel.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: