HttpCapabilitiesBase.ScreenBitDepth Property
.NET Framework 3.0
Returns the depth of the display, in bits per pixel.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overridable ReadOnly Property ScreenBitDepth As Integer 'Usage Dim instance As HttpCapabilitiesBase Dim value As Integer value = instance.ScreenBitDepth
/** @property */ public int get_ScreenBitDepth ()
public function get ScreenBitDepth () : int
Not applicable.
Property Value
The depth of the display, in bits per pixel. The default is 1.Community Additions
ADD
Show: